Data Preparation for Text Features
The model details view for text features is DM$VXmodel_name. 
               
The text feature view DM$VXmodel_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                 NUMBERTable 32-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  |