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 SparseSVMPredictor function outputs a table that contains the predicted class of each test sample.

SparseSVMPredictor Output Table Schema
Column Name Data Type Description
id_column INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), NUMERIC(p,a), TEXT, VARCHAR, VARCHAR(n), UUID, or BYTEA Contains the identifiers of the test samples.
predict_value VARCHAR Contains the predicted classes of the test samples.
predict_confidence DOUBLE PRECISION Contains the prediction confidences. Each prediction confidence is a value between 0 and 1, computed by the formula that follows this table. The higher the value, the more dependable the prediction.
accumulate_column Any Column copied from the sample table.

The formula for predict_confidence is:



where i is the attribute id, x i is the value of attributes in the sample, and w i is the weight of attribute i.