Package weka.classifiers.trees

Examples of weka.classifiers.trees.REPTree


      System.out
      .println("Or edit the list directly with the LibraryEditor from the GUI");
     
      for (int i = 0; i < 10; i++) {
 
  REPTree tree = new REPTree();
  tree.setSeed(i);
  m_library.addModel(new EnsembleSelectionLibraryModel(tree));
 
      }
     
    }
View Full Code Here

TOP

Related Classes of weka.classifiers.trees.REPTree

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.