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 following describes the GLM input table columns that you can specify in function arguments. The input table can contain additional columns, but the function ignores them.

GLM Input Table Schema
Column Data Type Description
dependent_variable_column Any Required column that contains the dependent/response variables. Cannot contain NULL values.

If you specify the ColumnNames argument, it must specify this column first.

predictor_variable_columns Any Columns that contain independent/predictor variables. One such column is required; others are optional. These columns cannot contain NULL values.

If you specify the ColumnNames argument, it must specify these columns after dependent_variable_column.

categorical_columns CHARACTER, VARCHAR, INTEGER, BOOLEAN, DATE, TIME (without TIME ZONE), IP4 Optional columns that contain categorical variables.

Both the ColumnNames and CategoricalColumns arguments must specify these columns.

weight_column INTEGER, DOUBLE PRECISION Optional column that contains weights.

The Weight argument must specify this column.