Naive Bayes 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
ResponseColumn
Specifies the name of the input table column that contains the response variable, passed as text.
NumericInputs
[Required if CategoricalInputs is omitted.] Specifies input table columns that contain numeric values to be included in the model. The syntax of numeric_input_columns is:
{'column_name [,...]' | '[start_column:end_column]'}[,...]

For example:

'input1','[4:21]','[25:53]','input73, input80','[25:53]'

The first column index is 0.

CategoricalInputs
[Required if NumericInputs is omitted.] Specifies input table columns that contain categorical values to be included in the model. The syntax of categorical_input_columns is the same as the syntax of numeric_input_columns.