Uses of Package
de.hpi.fgis.voidgen.hadoop.closure

Packages that use de.hpi.fgis.voidgen.hadoop.closure
de.hpi.fgis.voidgen.hadoop.closure Contains the classes for creating the transitive closure of graph based data via Hadoop MapReduce using the transitive closure algorithm developed for the BTC 2010 by Dandy Fenz and Matthias Pohl. 
de.hpi.fgis.voidgen.hadoop.tasks.clustering2 Contains classes for connected clustering and hierarchical clustering. 
 

Classes in de.hpi.fgis.voidgen.hadoop.closure used by de.hpi.fgis.voidgen.hadoop.closure
CloneableText
          This class represents vertices in textual form during execution of the different steps of the transitive closure job.
ClosureCounter
          Contains counter variables necessary for running the transitive closure job.
ClusterId
          This class represents the unique identifier of a cluster.
NodeXOrId
          Provides a container that contains either a node of a graph or a cluster identifier.
Step1MapperBase
          The Mapper for processing the input and creating the necessary key-value pairs for the next steps of transitive closure creation.
Step1Pair
          A pair of text and cluster identifier.
Step2Pair
          A pair consisting of a cluster identifier and either a node or an other cluster id.
 

Classes in de.hpi.fgis.voidgen.hadoop.closure used by de.hpi.fgis.voidgen.hadoop.tasks.clustering2
ClusterId
          This class represents the unique identifier of a cluster.
NodeXOrId
          Provides a container that contains either a node of a graph or a cluster identifier.
Step1MapperBase
          The Mapper for processing the input and creating the necessary key-value pairs for the next steps of transitive closure creation.