Uses of Class
org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureBase
Packages that use PermuteFeatureBase
Package
Description
Implementations of
FeatureListProvider that derive
new features with permuted property-values.-
Uses of PermuteFeatureBase in org.anchoranalysis.plugin.image.feature.bean.list.permute
Modifier and TypeClassDescriptionclassPermuteDivideByParam<T extends FeatureInputDictionary>Similar to FeatureListProviderPermute but embeds the feature in a GaussianScoreclassPermuteFeature<S, T extends FeatureInput>Permutes one or more properties of a Feature, so as to create a set of FeaturesclassPermuteFeatureSequenceInteger<T extends FeatureInputDictionary>Permutes a property on a feature with a sequence of integers.classPermuteFirstSecondOrder<T extends FeatureInputDictionary>Permutes a feature by applying first and second order statistical operations.classPermuteGaussianScore<T extends FeatureInputDictionary>Permutes a feature by embedding it in aGaussianCumulativescore.classPermuteZScore<T extends FeatureInputDictionary>Permutes a feature by embedding it in aZScore.