CoxSurvival Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.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 model.
PredictFeatureColumns
Specify 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:

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 columns in predict_table that the function copies to the output table.