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 process ResultsVectorList.
    FeatureResultsStatistic
    Base class for an instance of FeatureResults that calculating a statistic across all results in the ResultsVectorList for 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.