svm_problem.java
Go to the documentation of this file.
00001 package libsvm;
00002 public class svm_problem implements java.io.Serializable
00003 {
00004         public int l;
00005         public double[] y;
00006         public svm_node[][] x;
00007 }


ml_classifiers
Author(s): Scott Niekum
autogenerated on Mon Oct 6 2014 02:20:58