Package org.anchoranalysis.feature.bean.results
Defines base class
FeatureResults together with
some implementations.-
Class Summary Class Description Count The sum of the results from a particular feature.FeatureResults Features that processResultsVectorList.FeatureResultsStatistic Base class for an instance ofFeatureResultsthat calculating a statistic across all results in theResultsVectorListfor a particular feature-value.Maximum The maximum of the results from a particular feature.Mean The mean of the results from a particular feature.Minimum The minimum of the results from a particular feature.Quantile A quantile of the results from a particular feature.StandardDeviation The standard-deviation of the results from a particular feature.Sum The sum of the results from a particular feature.