Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
mq.h File Reference
#include <stdbool.h>
Include dependency graph for mq.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Multilevel_MQ_Clustering_struct
 

Typedefs

typedef struct Multilevel_MQ_Clustering_structMultilevel_MQ_Clustering
 

Functions

void mq_clustering (SparseMatrix A, int maxcluster, int *nclusters, int **assignment, double *mq)
 

Typedef Documentation

◆ Multilevel_MQ_Clustering

Definition at line 19 of file mq.h.

Function Documentation

◆ 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().

Here is the call graph for this function:
Here is the caller graph for this function: