Exemple #1
0
 public static extern void svm_cross_validation(svm_problem *prob, svm_parameter *param, int nr_fold, double[] target);
Exemple #2
0
 public static extern svm_model *svm_train(svm_problem *prob, svm_parameter *param);
Exemple #3
0
 public static extern IntPtr svm_check_parameter(svm_problem *prob, svm_parameter *param);