<model name>_MODEL table
This table contains information about the KNN model. It is a collection of sample records from the training data set.
The rows that are stored in the model table do not contain NULL values.
The following table shows the table columns:
| Column | Data type | Description |
|---|---|---|
| ID | VARCHAR(128) | The unique instance ID |
| TARGET | VARCHAR(128) | The column of the input table that represents the prediction column |
| INCOLUMN | VARCHAR(32000) |
All input columns that have the ':input' role property |