Uses of Package
org.anchoranalysis.plugin.image.feature.bean.list.permute
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.feature.bean.list.permute |
Implementations of
FeatureListProvider that derive
new features with permuted property-values. |
-
Classes in org.anchoranalysis.plugin.image.feature.bean.list.permute used by org.anchoranalysis.plugin.image.feature.bean.list.permute Class Description PermuteFeature Permutes one or more properties of a Feature, so as to create a set of FeaturesPermuteFeatureBase Creates permutations of a feature by modifying a particular property of it in different ways.PermuteFeatureSequenceInteger Permutes a property on a feature with a sequence of integers.PermuteFirstSecondOrder Permutes a feature by applying first and second order statistical operations.PermuteFirstSecondOrder.CreateFirstSecondOrder Functional interface for creating first and second order statistical operations.