Uses of Interface
de.bwaldvogel.liblinear.Feature
-
Uses of Feature in de.bwaldvogel.liblinear
Classes in de.bwaldvogel.liblinear that implement FeatureFields in de.bwaldvogel.liblinear declared as FeatureModifier and TypeFieldDescriptionprivate final Feature[]
Heap.a
Feature[][]
Problem.x
array of sparse feature nodesMethods in de.bwaldvogel.liblinear that return FeatureMethods in de.bwaldvogel.liblinear with parameters of type FeatureModifier and TypeMethodDescription(package private) static void
private boolean
(package private) static double
(package private) static double
static double
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
(package private) static double
SparseOperator.sparse_dot
(Feature[] x1, Feature[] x2) (package private) static void