Uses of Class
jncc20.NaiveClassifier

Uses of NaiveClassifier in jncc20
 

Subclasses of NaiveClassifier in jncc20
(package private)  class NaiveBayes
          Implements the Naive Bayes Classifier (NBC) with Laplace prior
(package private)  class NaiveCredalClassifier2
          Implementation of the Naive Credal Classifier 2 (NCC2).
The constructor build the object and learns the classifier.
The function classifyInstances() use the learned NCC2 to classify the supplied instances, while the issued predictions can be obtained via the function getPredictions().