| Package | Description |
|---|---|
| libsvm | |
| org.instantsvm | |
| org.instantsvm.utils |
| Modifier and Type | Field and Description |
|---|---|
svm_parameter |
svm_model.param |
| Modifier and Type | Method and Description |
|---|---|
static String |
svm.svm_check_parameter(svm_problem prob,
svm_parameter param) |
static void |
svm.svm_cross_validation(svm_problem prob,
svm_parameter param,
int nr_fold,
double[] target) |
static svm_model |
svm.svm_train(svm_problem prob,
svm_parameter param) |
| Modifier and Type | Field and Description |
|---|---|
protected svm_parameter |
SVM.param |
protected svm_parameter |
Parameters.param |
| Modifier and Type | Method and Description |
|---|---|
svm_parameter |
Parameters.getParam() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameters.setParam(svm_parameter param) |
| Constructor and Description |
|---|
Parameters(svm_parameter param) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LibSvmConsole.print(svm_parameter param) |
Copyright © 2016. All rights reserved.