Uses of Interface
com.sun.sgs.impl.service.nodemap.affinity.LPAAffinityGroupFinder

Packages that use LPAAffinityGroupFinder
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 Provides classes for a multi-node, distributed algorithm 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 LPAAffinityGroupFinder in com.sun.sgs.impl.service.nodemap.affinity
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity with parameters of type LPAAffinityGroupFinder
AffinityGroupFinderStats(LPAAffinityGroupFinder finder, ProfileCollector collector, int stopIter)
          Constructs the MXBean for affinity group finder information.
 

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

Classes in com.sun.sgs.impl.service.nodemap.affinity.dgb that implement LPAAffinityGroupFinder
 class DistGraphBuilderServerImpl
          The server side of a distributed graph builder for label propagation.
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.dgb that return LPAAffinityGroupFinder
 LPAAffinityGroupFinder DistGraphBuilder.getAffinityGroupFinder()
          Returns the affinity group finder created by this builder, or null if none was created.
 LPAAffinityGroupFinder DistGraphBuilderServerImpl.getAffinityGroupFinder()
          Returns the affinity group finder created by this builder, or null if none was created.
 

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

Classes in com.sun.sgs.impl.service.nodemap.affinity.dlpa that implement LPAAffinityGroupFinder
 class LabelPropagationServer
          The server portion of the distributed label propagation algorithm.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph that return LPAAffinityGroupFinder
 LPAAffinityGroupFinder WeightedGraphBuilder.getAffinityGroupFinder()
          Returns the affinity group finder created by this builder, or null if none was created.
 LPAAffinityGroupFinder BipartiteGraphBuilder.getAffinityGroupFinder()
          Returns the affinity group finder created by this builder, or null if none was created.
 

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

Methods in com.sun.sgs.impl.service.nodemap.affinity.graph that return LPAAffinityGroupFinder
 LPAAffinityGroupFinder AffinityGraphBuilder.getAffinityGroupFinder()
          Returns the affinity group finder created by this builder, or null if none was created.
 

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

Classes in com.sun.sgs.impl.service.nodemap.affinity.single that implement LPAAffinityGroupFinder
 class SingleLabelPropagation
          A single-node implementation of the algorithm presented in "Near linear time algorithm to detect community structures in large-scale networks" Raghavan, Albert and Kumara 2007.
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.single that return LPAAffinityGroupFinder
 LPAAffinityGroupFinder SingleGraphBuilder.getAffinityGroupFinder()
          Returns the affinity group finder created by this builder, or null if none was created.
 


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