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

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.