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 function requires an attribute table and a response table, and has an optional categorical attribute table.

AdaBoost_Drive Attribute 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 Point identifier. Cannot be NULL.
attribute_name_column VARCHAR Attribute name. Cannot be NULL.

Every categorical attribute in this table must be given a nonempty partition in the categorical attribute table.

attribute_value_column Numeric attribute:

INTEGER, BIGINT, NUMERIC, or DOUBLE PRECISION

Categorical attribute:

Any

Attribute value. Can be NULL, in which case the function estimates its value by arithmetic means on an attribute basis. If this value is out of range, the function cannot use it to partition the training data; therefore, it is useless.
AdaBoost_Drive Response 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 Point identifier. Cannot be NULL.
response_column INTEGER, BIGINT, NUMERIC, VARCHAR, or DOUBLE PRECISION Response value for the point. Can be NULL.
AdaBoost_Drive Categorical Attribute Table Schema
Column Name Data Type Description
categorical_attribute_name_column VARCHAR Categorical attribute name.