AbstractDatabaseConnectionFeatureGenerator |
Ancestor for feature generators that require database access.
|
AbstractFeatureGenerator |
Abstract base class for feature generators.
|
FilteredFeatureGenerator |
This feature generator first pushes the data through the provided data filter before applying the actual feature generator.
|
Max |
Outputs the largest intensity value in the heatmap as feature.
|
Mean |
Outputs the mean of the intensity values in the heatmap as feature.
|
Median |
Outputs the median of the intensity values in the heatmap as feature.
|
Min |
Outputs the smallest intensity value in the heatmap as feature.
|
MultiGenerator |
A meta-generator that applies multiple feature generators to the data.
|
PassThrough |
A dummy generator that just passes the data through.
|