TD_SVMPredict Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-01-20
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

The output schema is as follows:

Column Data Type Description
id_column Same as input table Unique row identifier of input observations.
prediction SMALLINIT, FLOAT Predicted value of the test observation.
prob FLOAT Probability that observation belongs to predicted class. Only appears if OutputProb is true and Responses is not specified.
prob_0 FLOAT Probability that observation belongs to class 0. Only appears if Responses is specified.
prob_1 FLOAT Probability that observation belongs to class 1. Only appears if Responses is specified.
accumulate_column ANY Column copied from input table.