Naive Bayes Text Classifier Functions (ML Engine) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

The Naive Bayes Text Classifier is a variant of the Naive Bayes classification algorithm that is designed specifically for document classification.

For information about the Naive Bayes classification algorithm and functions, see Naive Bayes Functions (ML Engine).

Naive Bayes Text Classifier runs these functions:

The preceding functions accept input in the form of either documents or tokens. The following figure shows the process if tokenization is performed outside the function. If the input is in the form of documents, both trainer and predictor functions use TextParser (ML Engine) internally to tokenize the data.


How Machine Learning Engine functions TextTokenizer, TextParse, NaiveBayesTextClassifierTrainer, and NaiveBayesTextClassifierPredict work together