Uses of Package
com.sun.sgs.impl.service.nodemap.affinity.graph

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

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph used by com.sun.sgs.impl.service.nodemap.affinity
AffinityGraphBuilder
          Graph builder interface.
GraphListener
          A listener which detects object uses by Identities within tasks and builds a graph based on that information.
LabelVertex
          Vertices for a Label Propagation Algorithm graph.
WeightedEdge
          An edge with an associated weight.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph used by com.sun.sgs.impl.service.nodemap.affinity.dgb
AbstractAffinityGraphBuilder
          A base class to support common AffinityGraphBuilder implementations.
AffinityGraphBuilder
          Graph builder interface.
LabelVertex
          Vertices for a Label Propagation Algorithm graph.
WeightedEdge
          An edge with an associated weight.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph used by com.sun.sgs.impl.service.nodemap.affinity.dlpa
LabelVertex
          Vertices for a Label Propagation Algorithm graph.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph used by com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
AbstractAffinityGraphBuilder
          A base class to support common AffinityGraphBuilder implementations.
AffinityGraphBuilder
          Graph builder interface.
LabelVertex
          Vertices for a Label Propagation Algorithm graph.
WeightedEdge
          An edge with an associated weight.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph used by com.sun.sgs.impl.service.nodemap.affinity.graph
AffinityGraphBuilder
          Graph builder interface.
LabelVertex
          Vertices for a Label Propagation Algorithm graph.
WeightedEdge
          An edge with an associated weight.
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph used by com.sun.sgs.impl.service.nodemap.affinity.single
AbstractAffinityGraphBuilder
          A base class to support common AffinityGraphBuilder implementations.
AffinityGraphBuilder
          Graph builder interface.
AffinityGraphBuilderStats
          The exposed management information for the affinity graph builder.
LabelVertex
          Vertices for a Label Propagation Algorithm graph.
WeightedEdge
          An edge with an associated weight.
 


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