get_art_prob: 'get_art_prob' transforms a classification tree to a...

View source: R/get_art_prob.R

get_art_probR Documentation

get_art_prob transforms a classification tree to a probability predictor (scoring classifier), e.g. an artificial representative tree (art)

Description

get_art_prob transforms a classification tree to a probability predictor (scoring classifier), e.g. an artificial representative tree (art)

Usage

get_art_prob(art, train_data)

Arguments

art

Tree object of class ranger, e.g. an artificial representative tree (art) build with generate_tree()

train_data

Additional data set comparable to the data set rf was build on. Only needed for metric "prediction".

Value

ranger object predicting probabilities instead of classes

Author(s)

Lea Louisa Kronziel, M.sc.


imbs-hl/timbR documentation built on April 17, 2025, 2:08 p.m.