Java weka.classifiers Classifier fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

weka.classifiers.Classifier has subclasses.
Click this link to see all its subclasses.

Implementation

weka.classifiers.Classifier has the following implementations.
Click this link to see all its implementation.

Method

voidbuildClassifier(Instances data)
Generates a classifier.
doubleclassifyInstance(Instance instance)
Classifies the given test instance.
double[]distributionForInstance(Instance instance)
Predicts the class memberships for a given instance.
CapabilitiesgetCapabilities()
Returns the Capabilities of this classifier.