LinRegPredict Arguments - 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
InputColumns
[Optional] Specifies the names of the input table columns that contain the input variables. You must specify these column names in the same order in which they appear in the model table. For example, suppose that the coefficient_index column of the model table has these values in this order:
  • intercept
  • housesize
  • lotsize
  • bedrooms
  • granite
  • upgradedbathroom

Then the InputColumns argument must be:

InputColumns ('housesize', 'lotsize', 'bedrooms','granite', 'upgradedbathroom').

Otherwise, the function generates incorrect predictions.

Default: All input columns.

Accumulate
[Optional] Specifies the names of input table columns to copy to the output table.