SVMSparsePredict Output - Teradata® Database

Database Analytic Functions

Product
Teradata® Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/wnd1589838592459.ditamap
dita:ditavalPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/ayr1485454803741.ditaval
dita:id
B035-1206
lifecycle
previous
Product Category
Teradata Vantage™

Output 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 BYTEINT, INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), NUMERIC(p,a), VARCHAR, or VARCHAR(n) 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 Any Column copied from InputTable.