Uses of Class
org.anchoranalysis.feature.bean.operator.FeatureGeneric
Packages that use FeatureGeneric
Package
Description
Features that are sufficiently generic to work on any input-type.
Beans involving
SharedObjects.Features that combine or convert other features in a generic way.
A mocked feature internally using a feature-calculation.
-
Uses of FeatureGeneric in org.anchoranalysis.feature.bean.operator
Subclasses of FeatureGeneric in org.anchoranalysis.feature.bean.operatorModifier and TypeClassDescriptionclassConstant<T extends FeatureInput>A constant value that is entirely invariant to the feature-input.classReference<T extends FeatureInput>Uses another feature to calculate the value. -
Uses of FeatureGeneric in org.anchoranalysis.plugin.operator.feature.bean
Subclasses of FeatureGeneric in org.anchoranalysis.plugin.operator.feature.beanModifier and TypeClassDescriptionclassFromDictionary<T extends FeatureInputDictionary>Extracts a key-value from aDictionaryas a double. -
Uses of FeatureGeneric in org.anchoranalysis.test.feature.plugins.mockfeature
Subclasses of FeatureGeneric in org.anchoranalysis.test.feature.plugins.mockfeatureModifier and TypeClassDescriptionclassA feature that returns the number-of-voxels in an object by using am internal mock-calculation.