<model name>_MODEL table
This table contains information about the entire tree model.
The table contains one line.
The following table shows the table columns:
| Column | Data type | Description |
|---|---|---|
| MODELCLASS | VARCHAR(32) | Type of the decision tree model |
| MAXSPLIT | SMALLINT | Maximum number of splits from a node |
| DEPTH | SMALLINT | Depth of the tree |
| MISSINGVALUESTRATEGY | VARCHAR(32) | Strategy for handling the case where a predicate evaluates to UNKNOWN
Possible values are |
| MISSINGVALUEPENALTY | DOUBLE | Factor that is to be applied to the confidence when the default child strategy or the surrogate node strategy must be applied |
| NUMLEAVES | BIGINT | Number of leaf nodes that are contained in the model |
| NUMNODES | BIGINT | Number of nodes that are contained in the model |