Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| token | VARCHAR (UNICODE) | The classified training tokens. |
| category | VARCHAR (UNICODE) | The category of the token. |
| prob | DOUBLE PRECISION | The probability of the token in the category. |
| Column | Data Type | Description |
|---|---|---|
| token | VARCHAR (UNICODE) | The classified training tokens. |
| category | VARCHAR (UNICODE) | The category of the token. |
| prob | DOUBLE PRECISION | The probability of the token in the category. |