Optional Syntax Elements for TD_NaiveBayes - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-07-09
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢
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.