Class PermuteGaussianScore<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 PermuteGaussianScore<T extends FeatureInputDictionary> extends PermuteFirstSecondOrder<T>
Permutes a feature by embedding it in a GaussianCumulative score.

This class is similar to FeatureListProviderPermute but embeds the feature in a GaussianScore.

Author:
Owen Feehan
  • Constructor Details

    • PermuteGaussianScore

      public PermuteGaussianScore()
      Creates a new instance of PermuteGaussianScore.

      The constructor initializes the superclass with a GaussianCumulative factory and sets the range to [0, 1].