dist_col_type Inner column type record distance function
dist_col_type(a, b, col_type, weights, orders)
record a
record b
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.