SVMDensePredict Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
TargetColumns
Specify the InputTable columns that contain the attributes of the test samples. These columns must have numeric data types.
IDColumn
Specify the name of the InputTable column that contains the identifiers of the test samples.
Accumulate
[Optional] Specify the names of the InputTable columns to copy to the output table.
TopK
[Disallowed with Responses, otherwise optional] Specify the number of class labels to appear in the output table. For each observation, the output table has n rows, corresponding to the n most likely classes. To see the probability of each class, use OutputProb ('true').
OutputProb
[Optional] Specify whether to output the probability for each response. If you omit Responses, the function outputs only the probability of the predicted class.
Default: 'true'
Responses
[Optional] Specify the classes for which to output probabilities.
Default behavior: Output only the probability of the predicted class.