Arguments - 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
Argument Category Description
Cox_Linear_Predictor_Model_Table Required Specifies the name of the Cox linear predictor model table, which was output by the CoxPH function.
Cox_Coef_Model_Table Required Specifies the name of the Cox coefficient model table, which was output by the CoxPH function.
Predict_Table Required Specifies the name of the predict table, which contains new prediction feature values for survival calculation.
Predict_Feature_Names Required Specifies the names of features in the Cox model.
Predict_Feature_Columns Required Specifies the names of the columns that contain the values for the features in the Cox model—one column name for each feature name. The ith feature name corresponds to the ith column name. For example, consider this pair of arguments:

Predict_Feature_Names('name', 'age')

Predict_Feature_Columns('c1', 'c2')

The predictive values of the feature 'name' are in column 'c1', and the predictive values of the feature 'age' are in column 'c2'.

Output_Table Required Specifies the name of the output table that contains survival probabilities. The table must not exist.
Accumulate Optional Specifies the names of the columns in predict_table that the function copies to the output table.