Class PermuteDivideByParam<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>
PermuteDivideByParam<T>
- Type Parameters:
T- feature-input
- All Implemented Interfaces:
Provider<FeatureList<T>>
public class PermuteDivideByParam<T extends FeatureInputDictionary>
extends PermuteFeatureSequenceInteger<T>
Similar to FeatureListProviderPermute but embeds the feature in a GaussianScore
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PermutePropertySequenceIntegerconfigurePermuteProperty(PermutePropertySequenceInteger permuteProperty) Configures thePermutePropertySequenceIntegerfor this permutation.protected PermuteFeature<Integer, T> createDelegate(Feature<T> feature) Creates a delegatePermuteFeaturefor the given feature.Methods 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
-
PermuteDivideByParam
public PermuteDivideByParam()
-
-
Method Details
-
createDelegate
protected PermuteFeature<Integer,T> createDelegate(Feature<T> feature) throws ProvisionFailedException Description copied from class:PermuteFeatureSequenceIntegerCreates a delegatePermuteFeaturefor the given feature.- Specified by:
createDelegatein classPermuteFeatureSequenceInteger<T extends FeatureInputDictionary>- Parameters:
feature- the feature to permute- Returns:
- a new
PermuteFeatureinstance - Throws:
ProvisionFailedException- if the delegate cannot be created
-
configurePermuteProperty
protected PermutePropertySequenceInteger configurePermuteProperty(PermutePropertySequenceInteger permuteProperty) Description copied from class:PermuteFeatureSequenceIntegerConfigures thePermutePropertySequenceIntegerfor this permutation.- Specified by:
configurePermutePropertyin classPermuteFeatureSequenceInteger<T extends FeatureInputDictionary>- Parameters:
permuteProperty- the property to configure- Returns:
- the configured
PermutePropertySequenceInteger
-