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

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.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 process tokens, not documents. The input is a table of tokens that you can create with the TextTokenizer (ML Engine) function.


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