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

DenseSVMPredictor outputs a table containing the predicted class of each test sample. The schema is shown in the following table.

DenseSVMPredictor Output Sample Table Schema
Column Name Data Type Description
sample_id_column INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), NUMERIC(p,a), TEXT, VARCHAR, VARCHAR(n), UUID, BYTEA Identifier of the test samples.
predict_value STRING Predicted class of the sample.
predict_confidence DOUBLE PRECISION Estimation of the quality of the prediction. The value is between 0 and 1.
accumulate_column Any Columns copied from the input table.
The predict_confidence values may be different if the function is run on a different cluster.