See: Description
| Interface | Description |
|---|---|
| Feature |
A feature in the formula once bound to a schema.
|
| Term |
An abstract term in the formula.
|
| Terms |
Predefined terms.
|
| Class | Description |
|---|---|
| Abs |
The term of abs function.
|
| AbstractBiFunction |
This class provides a skeletal implementation of the bi-function term.
|
| AbstractFunction |
This class provides a skeletal implementation of the function term.
|
| Add |
The term of
a + b expression. |
| Constant |
A constant value in the formula.
|
| Date |
Date/time feature extractor.
|
| Div |
The term of
a / b expression. |
| DoubleFunction |
The generic term of applying a double function.
|
| FactorInteraction |
The interaction of all the factors appearing in the term.
|
| Formula |
The model fitting formula in a compact symbolic form.
|
| IntFunction |
The generic term of applying an integer function.
|
| Mul |
The term of
a * b expression. |
| Operator |
The infix bifunction term.
|
| Sub |
The term of
a - b expression. |
| Enum | Description |
|---|---|
| DateFeature |
The date/time features.
|