doc_id |
CHARACTER, VARCHAR, INTEGER, or SMALLINT |
Single- or multiple-column document identifier. |
prediction |
VARCHAR |
Prediction category. |
loglik |
DOUBLE PRECISION |
Loglikelihood that document belongs to category. |
loglik_response |
DOUBLE PRECISION |
[Column appears only with Responses syntax element. Loglikelihood that document belongs to class label response. |
prob |
DOUBLE PRECISION |
[Column appears only when you both specify OutputProb ('true') and omit Responses.] Probability that document belongs to class label in prediction column, which is max(softmax(loglik)). |
prob_response |
DOUBLE PRECISION |
[Column appears only when you specify both OutputProb ('true') and Responses. Column appears once for each specified response.] Probability that document belongs to class label response, which is softmax(loglik_response). |
accumulate_column |
Same as in PredictorValues table |
Column copied from PredictorValues table. |