Given the Cluster's frame's row position to split at split_row
, this
function performs the split, calculate all necessary information for the
splitting tree and cluster memberships.
splitter(data, cuts, split_row, frame, cloc, dist, split_order = 0L)
Original data set.
Cuts data set, which has the next higher value of each variable in the original data set.
The row index in frame that would be split on.
The split tree transferred as data frame.
Vector of current cluster membership.
Distance matrix of all observations in the data. exported function yet. Vector of 1 for all observations.
The control argument to see how many split has been done.
Updated frame
and cloc
saved in a list.