find_closest: Find the Closest Cut

Description Usage Arguments Value

View source: R/utils.R

Description

Find the cuts for a quantitative variable. These cuts are what we are going to consider when thinking about bi-partitioning the data. For a quantitative column, find the next larger value of each value, if it is the largest, that value + 1

Usage

1

Arguments

col

a quantitative vector.

Value

a quantitative vector which contains the closest higher cut.


monoClust documentation built on Feb. 15, 2021, 5:07 p.m.