relation_pclust(x, k, method, m = 1, weights = 1, control = list())
relation_ensemble
).relation_consensus
.x
if necessary."cl_partition"
.For $m > 1$, a generalization of the fuzzy $c$-means recipe is used, which alternates between computing optimal memberships for fixed prototypes, and computing new prototypes as the consensus relations for the classes.
This procedure is repeated until convergence occurs, or the maximal number of iterations is reached.
Consensus relations are computed using
relation_consensus
.
Available control parameters are as follows.
[object Object],[object Object],[object Object]
The dissimilarities $d$ and exponent $e$ are implied by the
consensus method employed, and inferred via a registration mechanism
currently only made available to built-in consensus methods. For the
time being, all optimization-based consensus methods use the symmetric
difference dissimilarity (see relation_dissimilarity
)
for $d$ and $e = 1$.
The fixed point approach employed is a heuristic which cannot be
guaranteed to find the global minimum. Standard practice would
recommend to use the best solution found in