Given training data, test data, and kkmeans-results, get which partitions a new set of data belong to
cluster_new(test_data, train_data, train_result)A vector of class labels for test_data corresponding to the
clusters present in train_result.
the new data to be classified
the data to make classifications from
kkmeans result containing the result from classifying
train_data