Uses of Interface
com.sun.sgs.impl.service.nodemap.affinity.graph.AffinityGraphBuilder

Packages that use AffinityGraphBuilder
com.sun.sgs.impl.service.nodemap.affinity Provides classes, interfaces, and utilities used to find affinity groups with the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.dgb Provides classes for a multi-node distributed graph builder implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph Provides classes used to create the graphs for the fully distributed label propagation algorithm implementation. 
com.sun.sgs.impl.service.nodemap.affinity.graph Provides classes used to build graphs used by the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.single Provides classes for a single node implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
 

Uses of AffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity
 

Methods in com.sun.sgs.impl.service.nodemap.affinity that return AffinityGraphBuilder
 AffinityGraphBuilder LPADriver.getGraphBuilder()
          Returns the graph builder used by this driver, or null if we are not building graphs.
 

Methods in com.sun.sgs.impl.service.nodemap.affinity with parameters of type AffinityGraphBuilder
protected  void AbstractLPA.initializeLPARun(AffinityGraphBuilder builder)
          Initialize ourselves for a run of the algorithm.
 

Uses of AffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.dgb
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.dgb that implement AffinityGraphBuilder
 class DistGraphBuilder
          The portion of the distributed affinity graph builder which resides on a local node.
 class DistGraphBuilderServerImpl
          The server side of a distributed graph builder for label propagation.
 

Uses of AffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
 

Subinterfaces of AffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
 interface DLPAGraphBuilder
          Graph builder interface for use with the distributed label propagation algorithm implementation.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph that implement AffinityGraphBuilder
 class BipartiteGraphBuilder
          A graph builder which builds a bipartite graph of identities and object ids, with edges between them.
 class WeightedGraphBuilder
          A graph builder which builds an affinity graph consisting of identities as vertices and a single weighted edges representing objects used by both identities.
 

Uses of AffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.graph
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity.graph with parameters of type AffinityGraphBuilder
GraphListener(AffinityGraphBuilder builder)
          Constructs a new listener for affinity graph data.
 

Uses of AffinityGraphBuilder in com.sun.sgs.impl.service.nodemap.affinity.single
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.single that implement AffinityGraphBuilder
 class SingleGraphBuilder
          A minimal graph builder for single node testing.
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity.single with parameters of type AffinityGraphBuilder
SingleLabelPropagation(AffinityGraphBuilder builder, ProfileCollector col, Properties properties)
          Constructs a new instance of the label propagation algorithm.
SingleLabelPropagation(AffinityGraphBuilder builder, ProfileCollector col, Properties properties, AffinityGroupFinderStats stats)
          Constructs a new instance of the label propagation algorithm.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved