SVMSparseSummary Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.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.