View source: R/seperate_data_nodes.R
seperate_data_nodes | R 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.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.
seperate_data_nodes(split_var, split_value, node_data)
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. |
list containing data frames, first entry for left daughter node, second entry for right daughter node
Lea Louisa Kronziel, M.Sc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.