Uses of Class
org.anchoranalysis.plugin.operator.feature.bean.WithValueBase
Packages that use WithValueBase
Package
Description
Arithmetic involving features.
Replaces particular values if they are returned from a feature.
-
Uses of WithValueBase in org.anchoranalysis.plugin.operator.feature.bean.arithmetic
Subclasses of WithValueBase in org.anchoranalysis.plugin.operator.feature.bean.arithmeticModifier and TypeClassDescriptionclass
AddConstantTo<T extends FeatureInput>
A feature that adds a constant value to the result of another feature.class
ConstantToThePowerOf<T extends FeatureInput>
A feature that raises a constant value to the power of another feature's result.class
DivideByConstant<T extends FeatureInput>
A feature that divides the result of another feature by a constant value.class
MultiplyByConstant<T extends FeatureInput>
A feature that multiplies the result of another feature by a constant value.class
SubtractFrom<T extends FeatureInput>
A feature that subtracts the result of another feature from a constant value.class
ToThePowerOfConstant<T extends FeatureInput>
A feature that raises the result of another feature to the power of a constant value. -
Uses of WithValueBase in org.anchoranalysis.plugin.operator.feature.bean.replace
Subclasses of WithValueBase in org.anchoranalysis.plugin.operator.feature.bean.replaceModifier and TypeClassDescriptionclass
ReplaceInfinity<T extends FeatureInput>
Replaces infinite values in a feature's result with a specified replacement value.class
ReplaceNaN<T extends FeatureInput>
Replaces NaN (Not a Number) values in a feature's result with a specified replacement value.class
ReplaceUnusualValue<T extends FeatureInput>
Calculates the underlying feature, but replaces the result with a constant if it is an "unusual" value.