Node Connectivity

There are 5201 nodes that can be used as predessesor for a node with an input port of type Generic Port.

BayesNet (3.7) 

Bayes Network learning using various search algorithms and quality measures. Base class for a Bayes Network classifier

BayesianLogisticRegression (3.7) 

Implements Bayesian Logistic Regression for both Gaussian and Laplace Priors. For more information, see Alexander Genkin, David D

ComplementNaiveBayes (3.7) 

Class for building and using a Complement class Naive Bayes classifier. For more information see, Jason D

DMNBtext (3.7) 

Class for building and using a Discriminative Multinomial Naive Bayes classifier

HNB (3.7) 

Contructs Hidden Naive Bayes classification model with high classification accuracy and AUC. For more information refer to: H

NaiveBayes (3.7) 

Class for a Naive Bayes classifier using estimator classes

NaiveBayesMultinomial (3.7) 

Class for building and using a multinomial Naive Bayes classifier

NaiveBayesMultinomialText (3.7) 

Multinomial naive bayes for text data

NaiveBayesMultinomialUpdateable (3.7) 

Class for building and using a multinomial Naive Bayes classifier

NaiveBayesSimple (3.7) 

Class for building and using a simple Naive Bayes classifier.Numeric attributes are modelled by a normal distribution. For more information, see Richard […]