Package de.uni_leipzig.mcl.cluster

Provides the classes which implement the Markov clustering algorithm.

See:
          Description

Class Summary
MarkovClustering MarkovClustering implements the Markov clustering (MCL) algorithm for graphs, using a HashMap-based sparse representation of a Markov matrix, i.e., an adjacency matrix m that is normalised to one.
SparseMatrix SparseMatrix is a sparse matrix with row-major format.
SparseMatrixLabeled  
SparseVector SparseVector represents a sparse vector.
 

Package de.uni_leipzig.mcl.cluster Description

Provides the classes which implement the Markov clustering algorithm.