seperate_data_nodes: 'seperate_data_nodes' splits the input data using the...

View source: R/seperate_data_nodes.R

seperate_data_nodesR Documentation

seperate_data_nodes splits the input data using the inserted split variable into two sub-data sets like a stump of a decision tree using the inserted split value.

Description

seperate_data_nodes splits the input data using the inserted split variable into two sub-data sets like a stump of a decision tree using the inserted split value.

Usage

seperate_data_nodes(split_var, split_value, node_data)

Arguments

split_var

Name of variable that is used to split the data.

split_value

Split value of variable that is used to split the data.

node_data

Data set that should be splitted.

Value

list containing data frames, first entry for left daughter node, second entry for right daughter node

Author(s)

Lea Louisa Kronziel, M.Sc.


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