Java weka.classifiers.misc InputMappedClassifier fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.misc InputMappedClassifier fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

voidbuildClassifier(Instances data)
Build the classifier
voidsetClassifier(Classifier newClassifier)
Set the base learner.
voidsetModelHeader(Instances modelHeader)
Set the structure of the data used to create the model.