k_searching_forward {partition} | R Documentation |
Assess k
search
Description
k_searching_forward()
and k_searching_backward()
check the direction of
the k
search metric. boundary_found()
checks if the last value of k
was
under the threshold while the current value is over
Usage
k_searching_forward(.partition_step)
k_searching_backward(.partition_step)
boundary_found(.partition_step)
Arguments
.partition_step |
a |
Value
logical, TRUE
or FALSE
[Package partition version 0.2.2 Index]