| cluster_est_pear {NPflow} | R Documentation | 
Gets a point estimate of the partition using posterior expected adjusted Rand index (PEAR)
Description
Gets a point estimate of the partition using posterior expected adjusted Rand index (PEAR)
Usage
cluster_est_pear(c)
Arguments
c | 
 a list of vector of length   | 
Value
a list:
c_est: | 
  a vector of length   | 
pear: | 
  a vector of length   | 
similarity: | 
   matrix of size   | 
opt_ind: | 
 the index of the optimal partition among the MCMC iterations.  | 
Author(s)
Chariff Alkhassim
References
A. Fritsch, K. Ickstadt. Improved Criteria for Clustering Based on the Posterior Similarity Matrix, in Bayesian Analysis, Vol.4 : p.367-392 (2009)
See Also
[Package NPflow version 0.13.5 Index]