Class ArrayMath
- java.lang.Object
-
- opennlp.tools.ml.ArrayMath
-
- opennlp.tools.ml.maxent.quasinewton.ArrayMath
-
@Deprecated public class ArrayMath extends ArrayMath
Deprecated.Utility class for simple vector arithmetic.
-
-
Constructor Summary
Constructors Constructor Description ArrayMath()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static int
maxIdx(double[] x)
Deprecated.Find index of maximum element in the vector x-
Methods inherited from class opennlp.tools.ml.ArrayMath
argmax, innerProduct, invL2norm, l1norm, l2norm, logSumOfExps, max, sumFeatures, toDoubleArray, toIntArray
-
-