Uses of Class
org.anchoranalysis.feature.bean.results.FeatureResults
| Package | Description |
|---|---|
| org.anchoranalysis.feature.bean.results |
Defines base class
FeatureResults together with
some implementations. |
-
Uses of FeatureResults in org.anchoranalysis.feature.bean.results
Subclasses of FeatureResults in org.anchoranalysis.feature.bean.results Modifier and Type Class Description classCountThe sum of the results from a particular feature.classFeatureResultsStatisticBase class for an instance ofFeatureResultsthat calculating a statistic across all results in theResultsVectorListfor a particular feature-value.classMaximumThe maximum of the results from a particular feature.classMeanThe mean of the results from a particular feature.classMinimumThe minimum of the results from a particular feature.classQuantileA quantile of the results from a particular feature.classStandardDeviationThe standard-deviation of the results from a particular feature.classSumThe sum of the results from a particular feature.