CoxHazardRatio 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ā„¢
PredictFeatureNames
Specify the names of the features in the Cox coefficient model (the coefficient table output by the CoxPH function).
PredictFeatureColumns
[Required if PredictFeatureUnitsColumns is omitted, disallowed otherwise.] Specify the names of the columns that contain the values of the features in the Cox coefficient model. This argument must specify a column for each feature specified by PredictFeatureNames. The ith predict_feature corresponds to the ith pf_value_column.
PredictFeatureUnitsColumns
[Required if PredictFeatureColumns is omitted, disallowed otherwise.] Specify the names of the columns that contain the unit values of the features in the Cox coefficient model. This argument must specify a column for each feature specified by PredictFeatureNames. The ith predict_feature corresponds to the ith pf_unit_column.
RefFeatureColumns
[Optional] The function ignores this argument if you specify PredictFeatureUnitsColumns.
Specify the names of the columns that contain the reference values. This argument must specify a column for each feature specified by PredictFeatureNames. The ith predict_feature corresponds to the ith rf_value_column.
Default behavior: The reference values are the distinct feature-value combinations.
Accumulate
[Optional] Specify the names of the columns in predict_feature_table that the function copies to the output table.