Polynomial function with type string "polynomial". The callable function retrieved with getCallable() will transform the value with
result = (a * value^0 + b * value^1 + c * value^2 + d * value^3 + d * value^4 + e * value^5) Properties:
More...
#include <polynomial_function.h>
Inherits ddl::mapping::MapperElementBase< Function >.
Polynomial function with type string "polynomial". The callable function retrieved with getCallable() will transform the value with
result = (a * value^0 + b * value^1 + c * value^2 + d * value^3 + d * value^4 + e * value^5) Properties:
- "a" : value for a (default is "0")
- "b" : value for b (default is "0")
- "c" : value for c (default is "0")
- "d" : value for d (default is "0")
- "e" : value for e (default is "0")
◆ PolynomialFunction()
| ddl::mapping::PolynomialFunction::PolynomialFunction |
( |
std::string | name, |
|
|
Properties | properties ) |
CTOR.
- Parameters
-
| name | the name of the instance |
| properties | the properties for the instance |
◆ getCallable()
| std::shared_ptr< Function::Callable > ddl::mapping::PolynomialFunction::getCallable |
( |
| ) |
const |
|
overridevirtual |
◆ getDefaultProperties()
| static Properties ddl::mapping::PolynomialFunction::getDefaultProperties |
( |
| ) |
|
|
inlinestatic |
◆ getDescription()
◆ getType()
| static std::string ddl::mapping::PolynomialFunction::getType |
( |
| ) |
|
|
inlinestatic |
Get the Type as string to register within factory.
- Returns
- std::string
The documentation for this class was generated from the following file:
- /workspace/conan/dev_essential/1.6.3/dw/stable/package/65324bff46e457721a7ba250afe9d61dc2b0e57a/include/ddl/mapping/functions/polynomial_function.h