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 PermutePropertySequenceInteger
configurePermuteProperty
(PermutePropertySequenceInteger permuteProperty) Configures thePermutePropertySequenceInteger
for this permutation.protected PermuteFeature
<Integer, T> createDelegate
(Feature<T> feature) Creates a delegatePermuteFeature
for the given feature.Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureSequenceInteger
checkMisconfigured, createParam, createPermutedFeaturesFor, getParamPrefix, getPermuteProperty, setParamPrefix, setPermuteProperty
Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.list.permute.PermuteFeatureBase
get, getFeature, setFeature
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods 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:PermuteFeatureSequenceInteger
Creates a delegatePermuteFeature
for the given feature.- Specified by:
createDelegate
in classPermuteFeatureSequenceInteger<T extends FeatureInputDictionary>
- Parameters:
feature
- the feature to permute- Returns:
- a new
PermuteFeature
instance - Throws:
ProvisionFailedException
- if the delegate cannot be created
-
configurePermuteProperty
protected PermutePropertySequenceInteger configurePermuteProperty(PermutePropertySequenceInteger permuteProperty) Description copied from class:PermuteFeatureSequenceInteger
Configures thePermutePropertySequenceInteger
for this permutation.- Specified by:
configurePermuteProperty
in classPermuteFeatureSequenceInteger<T extends FeatureInputDictionary>
- Parameters:
permuteProperty
- the property to configure- Returns:
- the configured
PermutePropertySequenceInteger
-