See: Description
| Class | Description |
|---|---|
| BaseAttributeExpander |
This class is a template for operations that expand the number of available
attributes based on what is already in the dataset.
|
| CrossExpander |
Creates new attributes as multiplicative cross terms of currently
available ones.
|
| FunctionExpander |
Generates new attributes that are arbitrary functions of other attributes.
|
| PowerExpander |
This class creates new attributes that are functions of single, already-existing attributes by
simply raising them to a specified power
|