Java weka.classifiers.rules DecisionTable fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.rules DecisionTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.rules DecisionTable.

The text is from its open source code.

Constructor

DecisionTable()
Constructor for a DecisionTable

Method

voidbuildClassifier(Instances data)
Generates the classifier.