Example usage for weka.core Matchable interface-usage

List of usage examples for weka.core Matchable interface-usage

Introduction

In this page you can find the example usage for weka.core Matchable interface-usage.

Usage

From source file j48.J48.java

/**
 * <!-- globalinfo-start --> Class for generating a pruned or unpruned C4.5
 * decision tree. For more information, see<br/>
 * <br/>
 * Ross Quinlan (1993). C4.5: Programs for Machine Learning. Morgan Kaufmann
 * Publishers, San Mateo, CA.

From source file library.MikeJ48.java

/**
 <!-- globalinfo-start -->
 * Class for generating a pruned or unpruned C4.5 decision tree. For more information, see<br/>
 * <br/>
 * Ross Quinlan (1993). C4.5: Programs for Machine Learning. Morgan Kaufmann Publishers, San Mateo, CA.
 * <p/>