check_value: Check value in leaf

Description Usage Arguments Value

View source: R/DecisionTree.R

Description

Function to check value in leaf from numeric until character

Usage

1
check_value(value, threshold)

Arguments

value

is the value in leaf node

threshold

in leaf node

Value

TRUE if <= in numeric or %in% in factor


SSLR documentation built on July 22, 2021, 9:08 a.m.