| Modifier and Type | Class and Description |
|---|---|
class |
FeatureNode |
| Modifier and Type | Field and Description |
|---|---|
Feature[][] |
Problem.x
array of sparse feature nodes
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2012. All Rights Reserved.