Learn R Programming

iai (version 1.0.0)

get_classification_proba: get_classification_proba

Description

Return the predicted probabilities of class membership at a node of a tree

Usage

get_classification_proba(lnr, node_index)

Arguments

lnr

The learner or grid to query.

node_index

The node in the tree to query.

Details

Julia Equivalent: IAI.get_classification_proba

Examples

Run this code
# NOT RUN {
iai::get_classification_proba(lnr, 1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab