| AbstractThreeWayDataFeatureGenerator | 
 Abstract base class for ThreeWayData feature generation. 
 | 
| Flatten | 
 Simply flattens the 3-way data structure (x -> y -> z). 
 | 
| Histogram | 
 Generates a histogram from the data values. 
 | 
| Max | 
 Simply determines the largest data value. 
 | 
| Mean | 
 Determines the mean of all the data values. 
 | 
| Median | 
 Determines the median of all the data values. 
 | 
| Min | 
 Simply determines the smallest data value. 
 | 
| MultiThreeWayDataFeatureGenerator | 
 Applies multiple generators to the same 3-way data and merges the generated a feature vectors side-by-side. 
 | 
| StdDev | 
 Determines the sample standard deviation of all the data values. 
 |