input:
data set of type ExperimentalData
number of clusters to calculate, type Integer
output:
cluster results, type List<Set<Integer>>
This operator clusters the given experimental data applying k-means.