The NaiveBayesTextClassifierPredict function outputs a table of predictions for the test data.
Column Name | Data Type | Description |
---|---|---|
DOC_ID | CHARACTER, VARCHAR, text, INTEGER, or SMALLINT | Contains single- or multiple-column document identifier. |
PREDICTION | VARCHAR | Contains prediction categories. |
LOGLIK | DOUBLE PRECISION | Contains loglikelihoods that the documents belong to the categories. |