get_art_prob | R Documentation |
get_art_prob
transforms a classification tree to a probability predictor (scoring classifier), e.g. an artificial representative tree (art)get_art_prob
transforms a classification tree to a probability predictor (scoring classifier), e.g. an artificial representative tree (art)
get_art_prob(art, train_data)
art |
Tree object of class |
train_data |
Additional data set comparable to the data set |
ranger object predicting probabilities instead of classes
Lea Louisa Kronziel, M.sc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.