Naive Bayes Classifier Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

OutputTable Schema

This is a model table.

Column Data Type Description
class_nb VARCHAR Response.
variable_nb VARCHAR Input variable (name of input column).
type_nb VARCHAR Input variable types ('NUMERIC' or 'CATEGORICAL').
category VARCHAR Depends on type_nb:
type_nb category
'NUMERIC' NULL
'CATEGORICAL' Category of categorical variable
cnt BIGINT Count of observations with this class, variable, and category.
sum_nb DOUBLE PRECISION Depends on type_nb:
type_nb sum_nb
'NUMERIC' Sum of variable values for observations with this class, variable, and category.
'CATEGORICAL' NULL
sum_sq DOUBLE PRECISION Depends on type_nb:
type_nb sum_sq
'NUMERIC' Sum of square variable values for observations with this class, variable, and category.
'CATEGORICAL' NULL
total_cnt BIGINT Total count of observations.