Output - 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

The CoxPredict function has one output table, whose schema depends on whether you specify the Predict_Feature_Columns argument or the Predict_Feature_Units_Columns argument.

CoxPredict Predict Output Table Schema (Predict_Feature_Columns Specified)
Column Name Data Type Description
accumulate_column Same as in predict_feature_table Column copied from predict_feature_table. The table can have more than one such column.
predict_feature Same as pf_value_column column in predict_feature_table Contains the values of the predictive features. The table has one such column for each predict_feature.
predict_feature_ref Same as rf_value_column in ref_feature_table Contains the reference values of the predictive features. The table has one such column for each predict_feature.
hazardratio DOUBLE PRECISION Contains the hazard ratios between corresponding predictive features and reference features.
CoxPredict Predict Output Table Schema (Predict_Feature_Units_Columns Specified)
Column Name Data Type Description
accumulate_column Same as in predict_feature_table Column copied from predict_feature_table. The table can have more than one such column.
pf_unit_column Same as pf_unit_column column in predict_feature_table Contains the unit differences of the predictive features (for example, an increase or decrease of 5 units). The table has one such column for each predict_feature.
hazardratio DOUBLE PRECISION Contains the hazard ratios for the unit differences.