public class DoubleFunction extends AbstractFunction
| Constructor and Description |
|---|
DoubleFunction(java.lang.String name,
Term x,
smile.math.Function lambda)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Feature> |
bind(StructType schema)
Binds the term to a schema.
|
toString, variablespublic DoubleFunction(java.lang.String name,
Term x,
smile.math.Function lambda)
name - the name of function.x - the term that the function is applied to.lambda - the function/lambda.public java.util.List<Feature> bind(StructType schema)
Term