find_closest {monoClust} | R Documentation |
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
find_closest(col)
col |
a quantitative vector. |
a quantitative vector which contains the closest higher cut.