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 TypeClassDescriptionclassAddConstantTo<T extends FeatureInput>A feature that adds a constant value to the result of another feature.classConstantToThePowerOf<T extends FeatureInput>A feature that raises a constant value to the power of another feature's result.classDivideByConstant<T extends FeatureInput>A feature that divides the result of another feature by a constant value.classMultiplyByConstant<T extends FeatureInput>A feature that multiplies the result of another feature by a constant value.classSubtractFrom<T extends FeatureInput>A feature that subtracts the result of another feature from a constant value.classToThePowerOfConstant<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 TypeClassDescriptionclassReplaceInfinity<T extends FeatureInput>Replaces infinite values in a feature's result with a specified replacement value.classReplaceNaN<T extends FeatureInput>Replaces NaN (Not a Number) values in a feature's result with a specified replacement value.classReplaceUnusualValue<T extends FeatureInput>Calculates the underlying feature, but replaces the result with a constant if it is an "unusual" value.