SVMDensePredict Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Output (Sample) Table Schema

The table has the predicted class of each test sample.

If you specify TopK (n), the output table has n rows for each observation.

Column Data Type Description
id_column INTEGER, SMALLINT, BIGINT, NUMERIC, VARCHAR, or BLOB Test sample identifier.
predict_value VARCHAR Predicted class of test sample.
predict_confidence DOUBLE PRECISION [Column appears only with OutputProb ('true') and without Responses syntax element] Probability that observation belongs to class in predict_value column.
prob_response DOUBLE PRECISION [Column appears only without Responses syntax element, and appears once for each specified response] Probability that observation belongs to category response.
accumulate_column Same as in InputTable [Column appears once for each specified accumulate_column.] Column copied from InputTable.