TD_NaiveBayes Output - 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-04-01
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢
OutputTable Schema
Column Name Data Type Description
class VARCHAR Column containing the response values.
variable VARCHAR Column containing the attributes.
type VARCHAR Input variable types ('NUMERIC' or 'CATEGORICAL').
category VARCHAR If type is 'NUMERIC', then NULL.

If type is 'CATEGORICAL', then Category of categorical variable.

cnt BIGINT Count of observations with this class, variable, and category.
sum REAL If type is 'NUMERIC', then Sum of variable values for observations with this class, variable, and category.

If type is 'CATEGORICAL', then NULL.

sumsq REAL If type is 'NUMERIC', then Sum of square of variable values for observations with this class, variable, and category.

If type is 'CATEGORICAL', then NULL.

totalcnt BIGINT Total count of observations.
smoothingfactor REAL If type is 'NUMERIC', then NULL.

If type is 'CATEGORICAL', then smoothing factor with this class, variable.