Output - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The NaiveBayesTextClassifierTrainer function outputs a model table, described in the following table.

NaiveBayesTextClassifierTrainer Model Table Schema
Column Name Data Type Description
TOKEN VARCHAR Contains the classified training tokens.
CATEGORY VARCHAR Contains the prediction categories for the tokens.
PROB DOUBLE PRECISION Contains the probabilities that the tokens are in the categories.

The following is an example of a model table.

NaiveBayesTextClassifierTrainer Model Table Example
TOKEN CATEGORY PROB
ASTER_NAIVE_BAYES_PRIOR_PROB C000008 0.1
ASTER_NAIVE_BAYES_MISSING_TOKEN_PROB C000008 0.0555555555555556
ASTER_NAIVE_BAYES_PRIOR_PROB C000013 0.1
ASTER_NAIVE_BAYES_MISSING_TOKEN_PROB C000013 0.0555555555555556
... ... ...
bank C000008  
bank C000013  
bank C000020  
bank C000022  
bank C000024  
bank C000007  
transportation ... ...
... ... ...