| Interface | Description |
|---|---|
| DerivationConfig |
Represents the fields used for specifying the configuration parameters for feature derivations in the derivations
section of the FeatureDef config file.
|
| Class | Description |
|---|---|
| BaseFeatureConfig |
Represents the definition of a base feature for sequential join config
|
| DerivationConfigWithExpr |
Represents the definition of a derived feature using keys and MVEL/SQL expression.
|
| DerivationConfigWithExtractor |
Represents the definition of a derived feature using a user-defined class.
|
| DerivationsConfig |
Container class for all derived feature configurations.
|
| KeyedFeature |
A tuple that specifies the key (single or composite) associated with a feature
|
| SequentialJoinConfig |
Represents the definition of a sequential join config as derivation feature
|
| SimpleDerivationConfig |
Represents a derived feature whose derivation can be expressed as a user-defined expression with type
|