Package de.bwaldvogel.liblinear
Class SparseOperator
- java.lang.Object
-
- de.bwaldvogel.liblinear.SparseOperator
-
class SparseOperator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SparseOperator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidaxpy(double a, Feature[] x, double[] y)(package private) static doubledot(double[] s, Feature[] x)(package private) static doublenrm2_sq(Feature[] x)(package private) static doublesparse_dot(Feature[] x1, Feature[] x2)
-