NaiveBayesPredict 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
Model
[Optional] Specifies the name of the model table generated by the NaiveBayesReduce function. If you omit this argument, you must provide the model table as an input table. Providing the model table as an input table is recommended.
IDCol
Specify the name of the column that contains the ID that uniquely identifies the test input data.
NumericInputs
[Required if CategoricalInputs is omitted.] Specify the same numeric_input_columns that you specified when you used the NaiveBayesMap and NaiveBayesReduce functions to generate the model table from the training data.
CategoricalInputs
[Required if NumericInputs is omitted.] Specify the same categorical_input_columns that you specified when you used the NaiveBayesMap and NaiveBayesReduce functions to generate the model table from the training data.
Responses
[Optional] Specifies the responses to output. You must specify this argument if you provide the model table as an input table.