Uses of Interface
de.bwaldvogel.liblinear.Feature
-
-
Uses of Feature in de.bwaldvogel.liblinear
Classes in de.bwaldvogel.liblinear that implement Feature Modifier and Type Class Description classFeatureNodeFields in de.bwaldvogel.liblinear declared as Feature Modifier and Type Field Description private Feature[]Heap. aFeature[][]Problem. xarray of sparse feature nodesMethods in de.bwaldvogel.liblinear that return Feature Modifier and Type Method Description (package private) FeatureHeap. top()Methods in de.bwaldvogel.liblinear with parameters of type Feature Modifier and Type Method Description (package private) static voidSparseOperator. axpy(double a, Feature[] x, double[] y)private booleanHeap. cmp(Feature left, Feature right)(package private) static doubleSparseOperator. dot(double[] s, Feature[] x)(package private) static doubleSparseOperator. nrm2_sq(Feature[] x)static doubleLinear. predict(Model model, Feature[] x)static doubleLinear. predictProbability(Model model, Feature[] x, double[] prob_estimates)static doubleLinear. predictValues(Model model, Feature[] x, double[] dec_values)(package private) voidHeap. push(Feature node)(package private) static doubleSparseOperator. sparse_dot(Feature[] x1, Feature[] x2)(package private) static voidLinear. swap(Feature[] array, int idxA, int idxB)
-