jar

nz.ac.waikato.cms.weka : bestFirstTree

Maven & Gradle

Apr 27, 2014

bestFirstTree · Class for building a best-first decision tree classifier. This class uses binary split for both nominal and numeric attributes. For missing values, the method of 'fractional' instances is used. For more information, see: Haijian Shi (2007). Best-first decision tree learning. Hamilton, NZ. Jerome Friedman, Trevor Hastie, Robert Tibshirani (2000). Additive logistic regression : A statistical view of boosting. Annals of statistics. 28(2):337-407.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : bestFirstTree JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : bestFirstTree JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bestFirstTree-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.trees

├─ weka.classifiers.trees.BFTree.class - [JAR]

Advertisement