NaiveBayesPredict_MLE Syntax Elements - 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ā„¢
IDColumn
Specify the name of the InputTable column that contains the ID that uniquely identifies the test input data.
NumericInputs
[Required if you omit CategoricalInputs.] Specify the same numeric_input_columns that you specified when you used the NaiveBayesMap and NaiveBayesReduce functions to create the model table from the training data.
CategoricalInputs
[Required if you omit NumericInputs.] Specify the same categorical_input_columns that you specified when you used the NaiveBayesMap and NaiveBayesReduce functions to create the model table from the training data.
For information about columns that you must identify as numeric or categorical, see Identification of Numeric and Categorical Columns.
Responses
[Optional] Specify the responses to output.
OutputProb
[Optional] Specify whether to output the calculated probability for each selected response.
Default: 'false'
Accumulate
[Optional] Specify the names of the InputTable columns to copy to the output table.