| Modifier and Type | Method and Description |
|---|---|
static Problem |
Problem.readFromFile(java.io.File file,
double bias)
|
static Problem |
Train.readProblem(java.io.File file,
double bias)
reads a problem from LibSVM format
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Linear.crossValidation(Problem prob,
Parameter param,
int nr_fold,
double[] target) |
static Model |
Linear.train(Problem prob,
Parameter param) |
| Constructor and Description |
|---|
L2R_L2_SvrFunction(Problem prob,
double[] C,
double p) |
Copyright © 2012. All Rights Reserved.