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 TypeClassDescriptionclass
Constant<T extends FeatureInput>
A constant value that is entirely invariant to the feature-input.class
Reference<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 TypeClassDescriptionclass
FromDictionary<T extends FeatureInputDictionary>
Extracts a key-value from aDictionary
as a double. -
Uses of FeatureGeneric in org.anchoranalysis.test.feature.plugins.mockfeature
Subclasses of FeatureGeneric in org.anchoranalysis.test.feature.plugins.mockfeatureModifier and TypeClassDescriptionclass
A feature that returns the number-of-voxels in an object by using am internal mock-calculation.