Package org.anchoranalysis.plugin.operator.feature.bean.arithmetic
package org.anchoranalysis.plugin.operator.feature.bean.arithmetic
Arithmetic involving features.
-
ClassesClassDescriptionAbsoluteValue<T extends FeatureInput>A feature that calculates the absolute value of another feature's result.AddConstantTo<T extends FeatureInput>A feature that adds a constant value to the result of another feature.ConstantToThePowerOf<T extends FeatureInput>A feature that raises a constant value to the power of another feature's result.Divide<T extends FeatureInput>A feature that divides the results of multiple features sequentially.DivideByConstant<T extends FeatureInput>A feature that divides the result of another feature by a constant value.InvertedMax<T extends FeatureInput>Finds the repciprocal (multiplicate inverse), but imposes a maximum ceiling via a constant.Multiply<T extends FeatureInput>A feature that multiplies the results of multiple features together.MultiplyByConstant<T extends FeatureInput>A feature that multiplies the result of another feature by a constant value.SubtractFrom<T extends FeatureInput>A feature that subtracts the result of another feature from a constant value.ToThePowerOfConstant<T extends FeatureInput>A feature that raises the result of another feature to the power of a constant value.