linchemin.rem.clustering.ClusterFactory

class linchemin.rem.clustering.ClusterFactory[source]

Definition of the Cluster Factory to give access to the clustering algorithms.

Attributes:

available_clustering_algorithms:a dictionary

It maps the strings representing the ‘name’ of a clustering algorithm to the correct ClusterCalculator subclass

__init__()

Methods

__init__()

get_distance_matrix(syngraphs, ged_method, ...)

To get the ged matrix for the input graphs

select_clustering_algorithms(syngraphs, ...)

Attributes

available_clustering_algorithms