Package | Description |
---|---|
org.encog.mathutil.libsvm | |
org.encog.ml.svm |
Modifier and Type | Field and Description |
---|---|
svm_node[][] |
svm_model.SV |
svm_node[][] |
svm_problem.x |
Modifier and Type | Method and Description |
---|---|
static double |
svm.svm_predict_probability(svm_model model,
svm_node[] x,
double[] prob_estimates) |
static double |
svm.svm_predict_values(svm_model model,
svm_node[] x,
double[] dec_values) |
static double |
svm.svm_predict(svm_model model,
svm_node[] x) |
Modifier and Type | Method and Description |
---|---|
svm_node[] |
SVM.makeSparse(MLData data)
Convert regular Encog MLData into the "sparse" data needed by an SVM.
|
Copyright © 2014. All Rights Reserved.