Input - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

The SparseSVMPredictor function has two required input tables:

  • The sample table, which contains the test data

    The following table describes the required sample table columns. The function ignores any additional columns, except those specified by the AccumulateLabel argument, which it copies to the output table.

  • The model table, which is output by the SparseSVMTrainer function

    The model table is in binary format. To display its readable content, use the function SVMModelPrinter.

SparseSVMPredictor Sample Table Schema
Column Name Data Type Description
id_column INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), NUMERIC(p,a), TEXT, VARCHAR, VARCHAR(n), UUID, or BYTEA Contains the identifiers of the test samples.
attribute_column INTEGER, SMALLINT, BIGINT, TEXT, VARCHAR, or VARCHAR(n) Contains the attributes of the test samples.
value_column INTEGER, SMALLINT, BIGINT, NUMERIC, NUMERIC(p), or NUMERIC(p,a) Contains the attribute values.