Java weka.classifiers.bayes NaiveBayes fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidbuildClassifier(Instances instances)
Generates the classifier.
doubleclassifyInstance(Instance instance)
Classifies the given test instance.
double[]distributionForInstance(Instance instance)
Calculates the class membership probabilities for the given test instance.
voidsetOptions(String[] options)
Parses a given list of options.
voidsetUseSupervisedDiscretization(boolean s)
Set whether supervised discretization is to be used.
StringtoString()
Returns a description of the classifier.