Closed vidarsumo closed 2 years ago
I imagine the documentation could use some clarification. Using cvi_evaluators
won't always work if you mix fuzzy and non-fuzzy clustering; you'll notice that the cvi
function has an argument to differentiate. The reason the examples work is not explicitly clear, in one case "VI" is used, and there is a version for both fuzzy and crisp. In the other case, external CVIs are used, which implicitly convert the fuzzy partition into a crisp one. Passing "valid" as type isn't really valid if you want to do fuzzy and crisp in one go.
Ok I see, I'll try to leave fuzzy out for the moment and run this again.
I've updated the documentation, please reopen if this was not enough.
I tested the examples in the reference manual for compare_clusterings() but with my own data and I get NULL in picks and scores.
Here, comparison_long$pick is NULL.
I get the following warning message:
Warning message: In compare_clusterings(CharTraj, types = c("p", "h", "f", "t"), : The score.clus function(s) did not execute successfully: 'arg' should be one of “MPC”, “K”, “T”, “SC”, “PBMF”, “RI”, “ARI”, “VI”, “NMIM”, “valid”, “internal”, “external”