de.aitools.dm.clustering.algorithms
Class MajorClustStorageEfficient

java.lang.Object
  extended by de.aitools.dm.clustering.algorithms.MajorClustStorageEfficient

public final class MajorClustStorageEfficient
extends java.lang.Object

@INPROCEEDINGS{stein:1999d,
 ADDRESS    = {Berlin Heidelberg New\,York},
 AUTHOR     = {Benno Stein and Oliver Niggemann},
 BOOKTITLE  = {{Graph-Theoretic Concepts in Computer Science}},
 EDITOR     = {Peter Widmayer and Gabriele Neyer and Stefan Eidenbenz},
 ISBN       = {3-540-66731-8},
 MONTH      = jun,
 PAGES      = {122-134},
 PUBLISHER  = {Springer},
 SERIES     = {Lecture Notes in Computer Science},
 SITE       = {25th International Workshop on Graph Theoretic Concepts in Computer Science (WG 99), Ascona}{, Switzerland},
 TITLE      = {{On the Nature of Structure and its Identification}},
 VOLUME     = {1665 LNCS},
 YEAR       = {1999}
}

Version:
$Id: MajorClustStorageEfficient.java,v 1.1 2012/04/23 14:03:19 hoppe Exp $
Author:
johannes.kiesel@uni-weimar.de

Field Summary
static boolean VERBOSE
           
 
Constructor Summary
MajorClustStorageEfficient()
           
MajorClustStorageEfficient(long randomNumberSeed)
           
 
Method Summary
 int[] cluster(UndirectedGraph graph)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

public static boolean VERBOSE
Constructor Detail

MajorClustStorageEfficient

public MajorClustStorageEfficient()

MajorClustStorageEfficient

public MajorClustStorageEfficient(long randomNumberSeed)
Method Detail

cluster

public int[] cluster(UndirectedGraph graph)