noparama
v0.0.1
Nonparametric Bayesian models
|
#include <clustering_performance.h>
Public Member Functions | |
clustering_performance () | |
matrix_t & | calculateContingencyMatrix (std::vector< int > &A, std::vector< int > &B) |
void | calculateSimilarity (matrix_t &frequencies) |
void | write (std::string fname) |
clustering_performance::clustering_performance | ( | ) |
matrix_t & clustering_performance::calculateContingencyMatrix | ( | std::vector< int > & | A, |
std::vector< int > & | B | ||
) |
void clustering_performance::calculateSimilarity | ( | matrix_t & | frequencies | ) |
void clustering_performance::write | ( | std::string | fname | ) |