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

Packages that use AffinityGroupFinder
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.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 AffinityGroupFinder in com.sun.sgs.impl.service.nodemap.affinity
 

Subinterfaces of AffinityGroupFinder in com.sun.sgs.impl.service.nodemap.affinity
 interface LPAAffinityGroupFinder
          The affinity group finder finds affinity groups within a Darkstar cluster using the LPA algorithm.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity that implement AffinityGroupFinder
 class LPADriver
          A driver for the Label Propagation Algorithm affinity group finders.
 

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

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

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

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

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

Classes in com.sun.sgs.impl.service.nodemap.affinity.single that implement AffinityGroupFinder
 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.
 


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