Optional Syntax Elements for TD_NaiveBayes - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
NumericInputs
Specify columns from the input table which contains the numeric attributes values.
Required only when input is in dense format and if you omit CategoricalInputs.
CategoricalInputs
Specify columns from the input table which contains the categorical attributes values.
Required only when input is in dense format and if you omit NumericInputs.
AttributeNameColumn
Specifies the column from the input table which contains the attributes.
Required only when input is in sparse format.
AttributeValueColumn
Specifies the column from the input table which contains the attribute values.
Required only when input is in sparse format.
NumericAttributes
Specify the attributes names which are numeric.
Required only when input is in sparse format and if you omit AttributeType and CategoricalAttributes.
CategoricalAttributes
Specify the attributes names which are categorical.
Required only when input is in sparse format and if you omit AttributeType and NumericAttributes.
AttributeType
Specifies ALLNUMERIC if all the attributes are numeric type.
Specifies ALLCATEGORICAL if all the attributes are categorical type.
Required only when input is in sparse format and if you omit both NumericAttributes and CategoricalAttributes.