Class PermuteGaussianScore<T extends FeatureInputDictionary>
Object
AnchorBean<FeatureListProvider<T>>
InitializableBean<FeatureListProvider<T>, FeatureRelatedInitialization>
FeatureRelatedBean<FeatureListProvider<T>>
FeatureProviderBean<FeatureListProvider<T>, FeatureList<T>>
FeatureListProvider<T>
PermuteFeatureBase<T>
PermuteFeatureSequenceInteger<T>
PermuteFirstSecondOrder<T>
PermuteGaussianScore<T>
- Type Parameters:
T- the type of feature input, extendingFeatureInputDictionary
- 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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFirstSecondOrder
PermuteFirstSecondOrder.CreateFirstSecondOrder<T extends FeatureInput> -
Constructor Summary
Constructors -
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, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
PermuteGaussianScore
public PermuteGaussianScore()Creates a new instance ofPermuteGaussianScore.The constructor initializes the superclass with a
GaussianCumulativefactory and sets the range to [0, 1].
-