public class svm_model extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
l |
int[] |
label |
int |
nr_class |
int[] |
nSV |
svm_parameter |
param |
double[] |
probA |
double[] |
probB |
double[] |
rho |
SupportVectorMachineNode[][] |
SV |
double[][] |
sv_coef |
int[] |
sv_indices |
| Constructor and Description |
|---|
svm_model() |
public svm_parameter param
public int nr_class
public int l
public SupportVectorMachineNode[][] SV
public double[][] sv_coef
public double[] rho
public double[] probA
public double[] probB
public int[] sv_indices
public int[] label
public int[] nSV
Copyright © 2017. All rights reserved.