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 class
FeatureNode
Fields in de.bwaldvogel.liblinear declared as Feature Modifier and Type Field Description private Feature[]
Heap. a
Feature[][]
Problem. x
array of sparse feature nodesMethods in de.bwaldvogel.liblinear that return Feature Modifier and Type Method Description (package private) Feature
Heap. top()
Methods in de.bwaldvogel.liblinear with parameters of type Feature Modifier and Type Method Description (package private) static void
SparseOperator. axpy(double a, Feature[] x, double[] y)
private boolean
Heap. cmp(Feature left, Feature right)
(package private) static double
SparseOperator. dot(double[] s, Feature[] x)
(package private) static double
SparseOperator. nrm2_sq(Feature[] x)
static double
Linear. predict(Model model, Feature[] x)
static double
Linear. predictProbability(Model model, Feature[] x, double[] prob_estimates)
static double
Linear. predictValues(Model model, Feature[] x, double[] dec_values)
(package private) void
Heap. push(Feature node)
(package private) static double
SparseOperator. sparse_dot(Feature[] x1, Feature[] x2)
(package private) static void
Linear. swap(Feature[] array, int idxA, int idxB)
-