| cluster_est_Fmeasure {NPflow} | R Documentation | 
Point estimate of the partition using the F-measure as the cost function.
Description
Get a point estimate of the partition using the F-measure as the cost function.
Usage
cluster_est_Fmeasure(c, logposterior)
Arguments
c | 
 a list of vector of length   | 
logposterior | 
 a vector of logposterior corresponding to each
partition from   | 
Value
a list:
c_est: | 
  a vector of length   | 
cost: | 
  a vector of length   | 
similarity: | 
   matrix of size   | 
opt_ind: | 
 the index of the optimal partition among the MCMC iterations.  | 
Author(s)
Francois Caron, Boris Hejblum
See Also
[Package NPflow version 0.13.5 Index]