ptree_criteria {visTree}R Documentation

Splitting Criteria

Description

Identifies the splitting criteria for the relevant node leading to lower level inner nodes or a terminal node.

Usage

ptree_criteria(newtree, node_id, left)

Arguments

newtree

Decision tree

node_id

Node id

left

Splits to the left


[Package visTree version 0.8.1 Index]