isFinalNode: Is Final Node

Description Usage Arguments Value

View source: R/splitEAT.R

Description

This function evaluates a node and checks if it fulfills the conditions to be a final node.

Usage

1
isFinalNode(obs, data, numStop)

Arguments

obs

Observation in the evaluated node.

data

Data with predictive variable.

numStop

Minimum number of observations in a node to be split.

Value

True if the node is a final node and false in any other case.


MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.