Class PermuteZScore<T extends org.anchoranalysis.feature.input.FeatureInputDictionary>
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,org.anchoranalysis.feature.initialization.FeatureRelatedInitialization>
org.anchoranalysis.feature.bean.FeatureRelatedBean<B>
org.anchoranalysis.feature.bean.provider.FeatureProviderBean<org.anchoranalysis.feature.bean.list.FeatureListProvider<T>,org.anchoranalysis.feature.bean.list.FeatureList<T>>
org.anchoranalysis.feature.bean.list.FeatureListProvider<T>
org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureBase<T>
org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureSequenceInteger<T>
org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFirstSecondOrder<T>
org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteZScore<T>
- Type Parameters:
T- the type of feature input, extendingFeatureInputDictionary
- All Implemented Interfaces:
org.anchoranalysis.bean.Provider<org.anchoranalysis.feature.bean.list.FeatureList<T>>
public class PermuteZScore<T extends org.anchoranalysis.feature.input.FeatureInputDictionary> extends PermuteFirstSecondOrder<T>
Permutes a feature by embedding it in a
ZScore.
This class is similar to FeatureListProviderPermute but embeds the feature in a ZScore.
- Author:
- Owen Feehan
-
Nested Class Summary
Nested classes/interfaces inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFirstSecondOrder
PermuteFirstSecondOrder.CreateFirstSecondOrder<T extends org.anchoranalysis.feature.input.FeatureInput> -
Constructor Summary
Constructors Constructor Description PermuteZScore()Creates a new instance ofPermuteZScore. -
Method Summary
Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFirstSecondOrder
configurePermuteProperty, createDelegate, isParamPrefixAppendNumber, setParamPrefixAppendNumberMethods inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureSequenceInteger
checkMisconfigured, createParam, createPermutedFeaturesFor, getParamPrefix, getPermuteProperty, setParamPrefix, setPermutePropertyMethods inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureBase
get, getFeature, setFeatureMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
-
Constructor Details
-
PermuteZScore
public PermuteZScore()Creates a new instance ofPermuteZScore.The constructor initializes the superclass with a
ZScorefactory and sets the range to the maximum possible double values in both negative and positive directions.
-