Input - 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 LARS function has one required input table, which contains the response column and predictor columns. The input table can have additional columns, but the function ignores them.

LARS Input Table Schema
Column Name Data Type Description
response Numeric or, if both Intercept and Normalize are 'false', BOOLEAN Contains the response variables.
predictor Numeric or, if both Intercept and Normalize are 'false', BOOLEAN Contains the predictors. The table has the predictor columns specified by the ColumnNames argument.
The LARS function skips input rows that contain NULL values.