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 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.