Output - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The NaiveBayesPredict function outputs a table of predictions for the observations in the test table. Each row represents one observation.

NaiveBayesPredict Output Table Schema
Column Name Data Type Description
id INTEGER Row identifier.
prediction VARCHAR Prediction for this observation.
loglik_response_i DOUBLE PRECISION Loglikelihood (natural logarithm of the probability) that this observation has response_i. The table has one column for each possible response. For example, if the possible responses are 'Yes' and 'No', then the table has columns loglik_Yes and loglik_No.