CMeansConfig
VariantFuzzy c-means clustering. See setup_CMeans.
Properties
kinteger≥ 1Number of clusters.
max_iterinteger≥ 1Maximum number of iterations.
diststringDistance measure.
one of
"euclidean""manhattan"methodstring"cmeans" = fuzzy c-means; "ufcl" = on-line update.
one of
"cmeans""ufcl"mnumber> 1Degree of fuzzification.
rate_parnumber | null≥ 0≤ 1Learning rate for the online (ufcl) variant.
weightstunablenumberCase weights: either a scalar, applied to every case, or a vector. A vector must have one value per case.
controlobjectControl parameters passed to the clustering backend.
Relationships
Used by