Output - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The SVMModelPrinter function outputs either a summary of the model (if Summary is 'true') or a table that contains the weight of each attribute in the model.

SVMModelPrinter Console Message Table Schema, Summary('true')
Column Name Data Type Description
message VARCHAR Summary of the model.
SVMModelPrinter Output Table Schema, Summary('false')
Column Name Data Type Description
classid INTEGER Contains the identifiers of the classes of the model attributes.
classlabel VARCHAR Contains the labels of the classes of the model attributes.
attribute VARCHAR Contains the model attributes.The attribute of the bias is '<bias>'.
attributeid INTEGER Contains the identifiers of the model attributes.
weight DOUBLE PRECISION Contains the weights of the model attributes.