Description Usage Arguments Value Examples
For a given ARI merging, compute the evolution on the function f
1 | functionTracking(merger, f, p = 1, n_steps = NULL, ...)
|
merger |
the result from having run |
f |
the function used. It must takes as input a clustering matrix and return a value |
p |
A value between 0 and 1. We stop when the mean ARI has improved by p of the final total improvement. Default to 1 (i.e running the full merging). |
n_steps |
Alternatively, you can specifiy the number of merging steps to do before stopping. |
... |
additional arguments passed to f |
a vector of length the number of merges
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.