get_class_max_prob {SSLR}R Documentation

Get most frequented

Description

Get value most frequented in vector Used in predictions. It calls a predict with type = "prob" in Decision Tree

Usage

get_class_max_prob(trees, input)

Arguments

trees

trees list

input

is input to be predicted


[Package SSLR version 0.9.3.3 Index]