Module org.scijava.ops.engine
Package org.scijava.ops.engine.math
Class Normalize.MathMinMaxNormalizeFunction
- java.lang.Object
-
- org.scijava.ops.engine.math.Normalize.MathMinMaxNormalizeFunction
-
- All Implemented Interfaces:
Functions.Arity3<double[],Double,Double,double[]>,Op
- Enclosing class:
- Normalize
public static class Normalize.MathMinMaxNormalizeFunction extends Object implements Functions.Arity3<double[],Double,Double,double[]>, Op
-
-
Constructor Summary
Constructors Constructor Description MathMinMaxNormalizeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]apply(double[] t, Double newMin, Double newMax)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Functions.Arity3
andThen
-
-