ELoss of a partition point estimate compared to a gold standard
Source:R/evalClustLoss.R
evalClustLoss.Rd
Evaluate the loss of a point estimate of the partition compared to a gold standard according to a given loss function
Arguments
- c
vector of length
n
containing the estimated partition of then
observations.- gs
vector of length
n
containing the gold standard partition of then
observations.- lossFn
character string specifying the loss function to be used. Either "F-measure" or "Binder" (see Details). Default is "F-measure".
- a
only relevant if
lossFn
is "Binder". Penalty for wrong co-clustering inc
compared togs
. Defaults is 1.- b
only relevant if
lossFn
is "Binder". Penalty for missed co-clustering inc
compared togs
. Defaults is 1.
Details
The cost of a point estimate partition is calculated using either a pairwise coincidence loss function (Binder), or 1-Fmeasure (F-measure).
References
J.W. Lau & P.J. Green. Bayesian Model-Based Clustering Procedures, Journal of Computational and Graphical Statistics, 16(3): 526-558, 2007.
D. B. Dahl. Model-Based Clustering for Expression Data via a Dirichlet Process Mixture Model, in Bayesian Inference for Gene Expression and Proteomics, K.-A. Do, P. Muller, M. Vannucci (Eds.), Cambridge University Press, 2006.