Class MeanGeometric<T extends FeatureInput>

Type Parameters:
T - the type of FeatureInput this feature operates on

public class MeanGeometric<T extends FeatureInput> extends FeatureFromList<T>
A feature that calculates the geometric mean of a list of features.