SVMSparsePredict_MLE Syntax Elements - 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ā„¢
IDColumn
Specify the name of the InputTable column that contains the identifiers of the test samples. The sample_table must be partitioned by this column.
AttributeNameColumn
Specify the name of the InputTable column that contains the attributes of the test samples.
AttributeValueColumn
[Optional] Specify the name of the InputTable column that contains the attribute values.
Default behavior: Each attribute has the value 1.
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
[Required with Responses, otherwise 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.