Package org.anchoranalysis.plugin.image.feature.bean.list.permute

Implementations of FeatureListProvider that derive new features with permuted property-values.
  • Interface Summary 
    Interface Description
    PermuteFirstSecondOrder.CreateFirstSecondOrder<T extends org.anchoranalysis.feature.input.FeatureInput>
    Functional interface for creating first and second order statistical operations.
  • Class Summary 
    Class Description
    PermuteDivideByParam<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
    Similar to FeatureListProviderPermute but embeds the feature in a GaussianScore
    PermuteFeature<S,​T extends org.anchoranalysis.feature.input.FeatureInput>
    Permutes one or more properties of a Feature, so as to create a set of Features
    PermuteFeatureBase<T extends org.anchoranalysis.feature.input.FeatureInput>
    Creates permutations of a feature by modifying a particular property of it in different ways.
    PermuteFeatureSequenceInteger<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
    Permutes a property on a feature with a sequence of integers.
    PermuteFirstSecondOrder<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
    Permutes a feature by applying first and second order statistical operations.
    PermuteGaussianScore<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
    Permutes a feature by embedding it in a GaussianCumulative score.
    PermuteZScore<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
    Permutes a feature by embedding it in a ZScore.