R/RcppExports.R
green_loss_known.Rd
Computes Green and Lau Loss function with known classification
green_loss_known(cluster_assignment, pmat, true_cluster_assignment, a, b)
cluster_assignment | iter_total x J cluster assignment matrix |
---|---|
pmat | J x J pairwise probability of co-clustering matrix |
true_cluster_assignment | J x J true Adjacency Matrix |
a | mis-classification penalty parameter |
b | classification penalty parameter |