Package | Description |
---|---|
de.bwaldvogel.liblinear |
Modifier and Type | Field and Description |
---|---|
FeatureNode[][] |
Problem.x
array of sparse feature nodes
|
Modifier and Type | Method and Description |
---|---|
static int |
Linear.predict(Model model,
FeatureNode[] x) |
static int |
Linear.predictProbability(Model model,
FeatureNode[] x,
double[] prob_estimates) |
static int |
Linear.predictValues(Model model,
FeatureNode[] x,
double[] dec_values) |