public class SVM extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
C |
int |
d |
float |
eps |
boolean |
is_binary |
boolean |
is_libsvm_file |
boolean |
is_sparse_data |
int |
MATRIX |
int |
N |
float |
tolerance |
float |
two_sigma_squared |
| Constructor and Description |
|---|
SVM()
Initialize the matrix with 0's
|
public int N
public int d
public float C
public float tolerance
public float eps
public float two_sigma_squared
public int MATRIX
public boolean is_sparse_data
public boolean is_binary
public boolean is_libsvm_file
public static void main(String[] args)
Copyright © 2015. All rights reserved.