Example usage for weka.classifiers.trees DecisionStump DecisionStump

List of usage examples for weka.classifiers.trees DecisionStump DecisionStump

Introduction

In this page you can find the example usage for weka.classifiers.trees DecisionStump DecisionStump.

Prototype

DecisionStump

Source Link

Usage

From source file:wekimini.learning.DecisionStumpModelBuilder.java

public DecisionStumpModelBuilder() {
    classifier = new DecisionStump();
}