Package org.anchoranalysis.feature.bean.operator
package org.anchoranalysis.feature.bean.operator
Features that are sufficiently generic to work on any input-type.
-
ClassesClassDescriptionConstant<T extends FeatureInput>A constant value that is entirely invariant to the feature-input.FeatureBinary<T extends FeatureInput>A base class for a
Feature
that is a binary-function of the results from two other features.FeatureFromList<T extends FeatureInput>A base class for aFeature
that 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.A feature that contains another feature as a bean-parameter.FeatureUnaryGeneric<T extends FeatureInput>AFeatureUnary
that accepts anyFeatureInput
irrespective of type.Reference<T extends FeatureInput>Uses another feature to calculate the value.Sum<T extends FeatureInput>Sums the results after calculating a list ofFeature
s.