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>>
Type Parameters:
T - the type of feature input, extending FeatureInputDictionary
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
  • Constructor Details

    • PermuteZScore

      public PermuteZScore()
      Creates a new instance of PermuteZScore.

      The constructor initializes the superclass with a ZScore factory and sets the range to the maximum possible double values in both negative and positive directions.