IDAX.PRUNE_REGTREE - Prune a regression tree model
Use this stored procedure to prune a regression tree model.
Authorization
The privileges held by the authorization ID of the statement must include the IDAX_USER role. Additionally, you must be the owner of the model or have the authority to alter it.
Syntax
IDAX.PRUNE_REGTREE(in parameter_string varchar(32672))
Parameter descriptions
- parameter_string
- Mandatory one-string parameter that contains pairs of <parameter>=<value> entries that are separated by a comma.
Returned information
The number of the nodes and leaves of a pruned regression tree as a result set.
Example
CALL IDAX.PRUNE_REGTREE('model=adult_regtree, intable=adult_prune');