Uses of Class
org.anchoranalysis.plugin.operator.feature.bean.statistics.StatisticalBase
Packages that use StatisticalBase
Package
Description
Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Converts feature values based upon a statistical measure of distribution.
-
Uses of StatisticalBase in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute that return StatisticalBaseModifier and TypeMethodDescriptionPermuteFirstSecondOrder.CreateFirstSecondOrder.create()
Creates a newStatisticalBase
instance. -
Uses of StatisticalBase in org.anchoranalysis.plugin.operator.feature.bean.statistics
Modifier and TypeClassDescriptionclass
GaussianCumulative<T extends FeatureInput>
Calculates a score between 0 and 1 based on the Cumulative Distribution Function (CDF) of a Gaussian distribution.class
ZScore<T extends FeatureInput>
Calculates the Z-score of a value based on the mean and standard deviation.