Class Index | File Index

Classes


Class de.aitools.js.RandomClust

Implemention of a randomized clustering algorithm
Defined in: Clustering.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Implemention of a randomized clustering algorithm using a singleton pattern.
Method Summary
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].
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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed May 30 2012 16:21:04 GMT+0200 (CEST)