33.3 Data Preparation for Text Features
The model details view for text features is DM$VX
model_name.
The text feature view DM$VX
model_name
describes the extracted text features if there are text attributes present. The view has the following schema:
Name Type
-------------- ---------------------
PARTITION_NAME VARCHAR2(128)
COLUMN_NAME VARCHAR2(128)
TOKEN VARCHAR2(4000)
DOCUMENT_FREQUENCY NUMBER
Table 33-1 Text Feature View for Extracted Text Features
Column Name | Description |
---|---|
|
A partition in a partitioned model to retrieve details |
|
Name of the identifier column |
|
Text token which is usually a word or stemmed word |
|
A measure of token frequency in the entire training set |