within_category_compare_cpp Inner column type record distance function
within_category_compare_cpp(
ties,
not_cluster,
col_type,
weights,
orders,
distance
)
A data frame of the records that are tied
A data frame of the records outside the cluster
A vector encoding the column type for each column in the dataset. Can take values in "categorical", "ordinal", "string", or "numeric"
A vector of weights for each column for making some column distances more important. Must sum to 1. Defaults to equal weights.
A named list containing the order of the levels in each ordinal column. Defaults to NULL, which corresponds to no ordinal variables.
function that does nothing right now, but must be supplied to not break other code.