Java weka.filters.supervised.attribute AddClassification fields, constructors, methods, implement or subclass

Example usage for Java weka.filters.supervised.attribute AddClassification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.filters.supervised.attribute AddClassification.

The text is from its open source code.

Constructor

Method

voidsetClassifier(Classifier value)
Sets the classifier to classify instances with.
voidsetOutputClassification(boolean value)
Set whether the classification of the classifier is output.
voidsetOutputDistribution(boolean value)
Set whether the Distribution of the classifier is output.
voidsetOutputErrorFlag(boolean value)
Set whether the classification of the classifier is output.
voidsetRemoveOldClass(boolean value)
Set whether the old class attribute is removed.