Class de.aitools.js.RandomClust
Implemention of a randomized clustering algorithm
Defined in: Clustering.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Implemention of a randomized clustering algorithm using a singleton pattern.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
de.aitools.js.RandomClust.createClusteringClustering(graph)
Method to create the clustering.
|
Class Detail
de.aitools.js.RandomClust()
Implemention of a randomized clustering algorithm using a singleton pattern.
Note: Only used for testing the quality against other algorithms.
Author: Christian Fricke [email protected].
Author: Christian Fricke [email protected].
Method Detail
<static>
{de.aitools.js.Clustering}
de.aitools.js.RandomClust.createClusteringClustering(graph)
Method to create the clustering.
- Parameters:
- {de.aitools.js.Graph} graph
- The graph to be clustered
- Returns:
- {de.aitools.js.Clustering} A complete clustering