get_regression_weights.classification_tree_multi_learner {iai} | R Documentation |
Return the weights for each feature in the logistic regression prediction at a node of a multi-task classification tree
Description
Julia Equivalent:
IAI.get_regression_weights
and
IAI.get_regression_weights
Usage
## S3 method for class 'classification_tree_multi_learner'
get_regression_weights(obj, node_index, ...)
Arguments
obj |
The learner to query. |
node_index |
The node in the tree to query. |
... |
Refer to the Julia documentation for available parameters. |
IAI Compatibility
Requires IAI version 3.2 or higher.
Examples
## Not run: iai::get_regression_weights(lnr, 1)
[Package iai version 1.10.1 Index]