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

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.