Global

Methods

naiveBayesTextClassifier

naiveBayesTextClassifier() → {NaiveBayesTextClassifier}

Creates an instance of a NaiveBayesTextClassifier.

Example
// Load wink Naive Bayes Text Classifier.
var naiveBayesTextClassifier = require( 'wink-naive-bayes-text-classifier' );
// Create your instance of classifier.
var myClassifier = naiveBayesTextClassifier();
Returns

object conatining set of API methods for tasks like configuration, data ingestion, learning, and prediction etc.

Type
NaiveBayesTextClassifier