SVMSparseSummary Output - 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ā„¢

If OutputSummary is true, the output is a message; if OutputSummary is false, the output is a table that contains the weight of each attribute in the model.

Output Message Schema, OutputSummary ('true')

Column Data Type Description
message VARCHAR Summary of model.

Output Table Schema, OutputSummary ('false')

Column Data Type Description
classid INTEGER Identifier of class of model attribute.
classlabel VARCHAR Label of class of model attribute.
attribute VARCHAR Model attribute. Attribute of bias is '<bias>'.
attributeid INTEGER Identifier of model attribute.
weight DOUBLE PRECISION Weight of model attribute.