| Package | Description |
|---|---|
| com.github.chen0040.libsvm |
| Modifier and Type | Method and Description |
|---|---|
static String |
SupportVectorMachine.svm_check_parameter(svm_problem prob,
svm_parameter param) |
static void |
SupportVectorMachine.svm_cross_validation(svm_problem prob,
svm_parameter param,
int nr_fold,
double[] target) |
static svm_model |
SupportVectorMachine.svm_train(svm_problem prob,
svm_parameter param) |
Copyright © 2017. All rights reserved.