Uses of Interface
org.anchoranalysis.plugin.operator.feature.statistics.FeatureResultSupplier
Packages that use FeatureResultSupplier
Package
Description
Converts feature values based upon a statistical measure of distribution.
-
Uses of FeatureResultSupplier in org.anchoranalysis.plugin.operator.feature.bean.statistics
Methods in org.anchoranalysis.plugin.operator.feature.bean.statistics with parameters of type FeatureResultSupplierModifier and TypeMethodDescriptionprotected double
GaussianCumulative.deriveScore
(double featureValue, double mean, FeatureResultSupplier stdDev) protected abstract double
StatisticalBase.deriveScore
(double featureValue, double mean, FeatureResultSupplier stdDev) Derive scores given the value, mean and standard deviation.protected double
ZScore.deriveScore
(double featureValue, double mean, FeatureResultSupplier stdDev)