Package org.anchoranalysis.feature.bean.operator
Features that are sufficiently generic to work on any input-type.
-
Class Summary Class Description Constant<T extends FeatureInput> A constant value that is entirely invariant to the feature-input.FeatureBinary<T extends FeatureInput> A base class for aFeaturethat is a binary-function of the results from two other features.FeatureFromList<T extends FeatureInput> A base class for aFeaturethat is a function of the results from a list of other features.FeatureGeneric<T extends FeatureInput> Base class for features that broadly accept any type of feature-input.FeatureUnary<T extends FeatureInput,S extends FeatureInput> A feature that contains another feature as a bean-parameter.FeatureUnaryGeneric<T extends FeatureInput> AFeatureUnarythat accepts anyFeatureInputirrespective of type.Reference<T extends FeatureInput> Uses another feature to calculate the value.Sum<T extends FeatureInput> Sums the results after calculating a list ofFeatures.