Class PermuteZScore<T extends FeatureInputDictionary>

Object
AnchorBean<FeatureListProvider<T>>
InitializableBean<FeatureListProvider<T>, FeatureRelatedInitialization>
FeatureRelatedBean<FeatureListProvider<T>>
FeatureProviderBean<FeatureListProvider<T>, FeatureList<T>>
FeatureListProvider<T>
Type Parameters:
T - the type of feature input, extending FeatureInputDictionary
All Implemented Interfaces:
Provider<FeatureList<T>>

public class PermuteZScore<T extends 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.