Optional Syntax Elements for TD_SVMPredict - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Accumulate
Specifies the names of the input table columns that need to be copied from input test table to output.
OutputProb
Specifies whether the function outputs the probability for each response. Only applicable if ModelType is Classification.
Default: false
Responses
Specifies the class labels to output probabilities. Only applicable if OutputProb is true. A label must be 0 or 1. If not specified, the function outputs the probability of the predicted response.
ModelType
Specify the model type used by TD_SVM to train the dataset. Acceptable values are Regression, Classification.
Default: Classification