Class Minimum
The minimum of the results from a particular feature.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected double
statisticFromFeatureValue
(cern.colt.list.DoubleArrayList values) Calculates the statistic for a given list of result-value.Methods inherited from class org.anchoranalysis.feature.bean.results.FeatureResultsStatistic
calculate, getId, setId
Methods inherited from class org.anchoranalysis.feature.bean.results.FeatureResults
calculate, inputType
Methods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, beforeCalc, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toString
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise
-
Constructor Details
-
Minimum
public Minimum()
-
-
Method Details
-
statisticFromFeatureValue
protected double statisticFromFeatureValue(cern.colt.list.DoubleArrayList values) throws FeatureCalculationException Description copied from class:FeatureResultsStatistic
Calculates the statistic for a given list of result-value.- Specified by:
statisticFromFeatureValue
in classFeatureResultsStatistic
- Parameters:
values
- the values to calculate the statistic for.- Returns:
- the calculated statistic.
- Throws:
FeatureCalculationException
- if the calculation cannot complete successfully.
-