cluster_error {Melissa} | R Documentation |
cluster_error
computes the clustering assignment error, i.e. the
average number of incorrect cluster assignments: OE = ∑_{n=1}^{N}(I(LT_{n} \neq LP_{n})) / N
Compute clustering assignment error
cluster_error
computes the clustering assignment error, i.e. the
average number of incorrect cluster assignments:
OE = ∑_{n=1}^{N}(I(LT_{n} \neq LP_{n})) / N
cluster_error(C_true, C_post)
C_true |
True cluster assignemnts. |
C_post |
Posterior mean of predicted cluster assignemnts. |
The clustering assignment error
C.A.Kapourani C.A.Kapourani@ed.ac.uk