Package | Description |
---|---|
de.bwaldvogel.liblinear |
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,
int[] target) |
static Model |
Linear.train(Problem prob,
Parameter param) |