STATSNBC Stats Naive Bayes Classifier (Matlab Stats Toolbox)
W = STATSNBC(A,'PARAM1',val1,'PARAM2',val2,...)
DescriptionThis is the PRTools interface to the NaiveBayes classifier of the Matlab Stats toolbox. See there for more information. It is assumed that objects labels, feature labels and class priors are included in the dataset A. After Matlab R2015a PRTools uses FITCNB instead of NAIVEBAYES See alsodatasets, mappings, naivebayes, fitcnb, naivebc,
|