Output - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

The NaiveBayesMap function output is input to the NaiveBayesReduce function. The NaiveBayesReduce function outputs a model table. The following table describes the model table.

NaiveBayesReduce Output (Model) Table Schema
Column Name Data Type Description
class VARCHAR Response
variable VARCHAR Input variable (names of input column)
type VARCHAR Types of input variable ('NUMERIC' or 'CATEGORICAL')
category VARCHAR If type is 'NUMERIC': NULL

If type is 'CATEGORICAL': Categories of input categorical variables

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

If type is 'CATEGORICAL': NULL

sumSq DOUBLE PRECISION If type is 'NUMERIC': Sum of square variable values for observations with this class, variable, and category.

If type is 'CATEGORICAL': NULL

totalcnt BIGINT Total count of observations