Uses of Class
de.hpi.fgis.voidgen.hadoop.closure.Step1MapperBase

Packages that use Step1MapperBase
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. 
 

Uses of Step1MapperBase in de.hpi.fgis.voidgen.hadoop.closure
 

Subclasses of Step1MapperBase in de.hpi.fgis.voidgen.hadoop.closure
 class Step1Mapper
          Assigns the initial cluster identifier to each vertex of the graph.
 

Uses of Step1MapperBase in de.hpi.fgis.voidgen.hadoop.tasks.clustering2
 

Subclasses of Step1MapperBase in de.hpi.fgis.voidgen.hadoop.tasks.clustering2
 class ClosureStep1RDFInputMapper
          The Mapper for the first step of the transitive closure generation.