public class svm_problem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
l |
SupportVectorMachineNode[][] |
x |
double[] |
y |
| Constructor and Description |
|---|
svm_problem() |
public int l
public double[] y
public SupportVectorMachineNode[][] x
Copyright © 2017. All rights reserved.