Class PermuteGaussianScore<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 PermuteGaussianScore<T extends org.anchoranalysis.feature.input.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