Graphviz 13.0.0~dev.20241220.2304
|
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | Multilevel_MQ_Clustering_struct |
Typedefs | |
typedef struct Multilevel_MQ_Clustering_struct * | Multilevel_MQ_Clustering |
Functions | |
void | mq_clustering (SparseMatrix A, int maxcluster, int *nclusters, int **assignment, double *mq) |
typedef struct Multilevel_MQ_Clustering_struct* Multilevel_MQ_Clustering |
void mq_clustering | ( | SparseMatrix | A, |
int | maxcluster, | ||
int * | nclusters, | ||
int ** | assignment, | ||
double * | mq | ||
) |
Definition at line 583 of file mq.c.
References A, B, hierachical_mq_clustering(), MATRIX_TYPE_REAL, SparseMatrix_copy(), SparseMatrix_delete(), SparseMatrix_remove_diagonal(), SparseMatrix_set_entries_to_real_one(), and SparseMatrix_symmetrize().
Referenced by attached_clustering(), and Import_coord_clusters_from_dot().