SVMSparsePredict Input - Teradata® Database

Database Analytic Functions

Product
Teradata® Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/wnd1589838592459.ditamap
dita:ditavalPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/ayr1485454803741.ditaval
dita:id
B035-1206
lifecycle
previous
Product Category
Teradata Vantage™
Table Description
InputTable Contains test data.
Model Output by ML Engine SVMSparse function. Model is in binary format. To display its readable content, use ML Engine SVMSparseSummary function.

InputTable Schema

Column Data Type Description
id_column BYTEINT, INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), NUMERIC(p,a), VARCHAR, or VARCHAR(n) Test sample identifier.
attribute_name_column BYTEINT, INTEGER, SMALLINT, BIGINT, VARCHAR, or VARCHAR(n) Test sample attribute.
attribute_value_column BYTEINT, INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), or NUMERIC(p,a) Attribute value.
accumulate_column Any Column to copy to output table.

Model Table Schema

Column Data Type Description
classid BYTEINT, INTEGER, SMALLINT, or BIGINT Identifier of class of model attribute.
weights BYTE, VARBYTE, or BLOB Weight of model attribute.