NaiveBayesTextClassifierPredict Arguments - 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
InputTokenColumn
Specifies the name of the input_table column that contains the tokens.
ModelType
[Optional] Specifies the model type of the text classifier. Default: 'Multinomial'.
DocIDColumn
Specifies the names of the input_table columns that contain the document identifier.
ModelTokenColumn
[Optional] Specifies the name of the model_table column that contains the tokens. Default: First column of model_table.
ModelCategoryColumn
[Optional] Specifies the name of the model_table column that contains the prediction categories. Default: Second column of model_table.
ModelProbColumn
[Optional] Specifies the name of the model_table column that contains the token counts. Default: Third column of model_table.
TopK
[Optional] Specifies the number of most likely prediction categories to output with their loglikelihood values (for example, the top 10 most likely prediction categories). Default: All prediction categories.
Specify either all or none of the arguments ModelTokenColumn, ModelCategoryColumn, and ModelProbColumn.