Type Parameters:
T - the type of FeatureInput this feature operates on
Direct Known Subclasses:
GaussianCumulative, ZScore

public abstract class StatisticalBase<T extends FeatureInput> extends FeatureUnaryGeneric<T>
Calculates a score based upon the statistical mean and standard deviation.
  • Constructor Details

    • StatisticalBase

      public StatisticalBase()
  • Method Details