get_class_mean_prob {SSLR}R Documentation

Get mean probability over all trees as prob vector

Description

Get mean probability over all trees as prob vector. It calls a predict with type = "prob" in Decision Tree

Usage

get_class_mean_prob(trees, input)

Arguments

trees

trees list

input

is input to be predicted


[Package SSLR version 0.9.3.3 Index]