Package org.anchoranalysis.plugin.image.feature.bean.list.permute
package org.anchoranalysis.plugin.image.feature.bean.list.permute
Implementations of
FeatureListProvider
that derive
new features with permuted property-values.-
ClassDescriptionPermuteDivideByParam<T extends FeatureInputDictionary>Similar to FeatureListProviderPermute but embeds the feature in a GaussianScorePermuteFeature<S,
T extends FeatureInput> Permutes one or more properties of a Feature, so as to create a set of FeaturesPermuteFeatureBase<T extends FeatureInput>Creates permutations of a feature by modifying a particular property of it in different ways.Permutes a property on a feature with a sequence of integers.PermuteFirstSecondOrder<T extends FeatureInputDictionary>Permutes a feature by applying first and second order statistical operations.Functional interface for creating first and second order statistical operations.PermuteGaussianScore<T extends FeatureInputDictionary>Permutes a feature by embedding it in aGaussianCumulative
score.PermuteZScore<T extends FeatureInputDictionary>Permutes a feature by embedding it in aZScore
.