| AbstractHeatmapFeatureGenerator |
Abstract base class for Heatmap feature generation.
|
| AbstractHeatmapFeatureGeneratorWithSkippableMissingValues |
Ancestor for feature generators that can decide whether to skip missing values.
|
| AbstractMetaHeatmapFeatureGenerator |
Ancestor for feature generators that use a base feature generator.
|
| AbstractScript |
Ancestor for heatmap feature generator scripts.
|
| AbstractScriptedFeatureGenerator |
Abstract ancestor for flatteners that execute external scripts.
|
| CountValues |
Meta-feature-generator that counts numeric values that satisfy the specified min/max range.
|
| Histogram |
Generates a histogram.
|
| Max |
Extracts the highest value.
|
| Mean |
Determines the mean.
|
| Median |
Determines the median.
|
| Min |
Extracts the lowest value.
|
| MultiFeatureGenerator |
Applies multiple generators to the same heatmap and merges the generate a feature vectors side-by-side.
|
| Scripted |
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.
|
| StandardDeviation |
Determines the standard deviation.
|
| Values |
Gets all the values of the heatmap.
|