CoxSurvival Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™
OutputTable
Specify the name of the output table that contains survival probabilities. The table must not exist.
PredictFeatureNames
Specify the names of features in the Cox coefficient model (the CoefficientTable output by the CoxPH function).
PredictFeatureColumns
Specify the names of the columns that contain the values for the features in the Cox coefficient model—one column name for each feature name. The ith feature name corresponds to the ith column name. For example, consider this pair of syntax elements:

PredictFeatureNames ('name','age')

PredictFeatureColumns ('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.

Accumulate
[Optional] Specify the names of the PredictorValues columns to copy to the output table.