Uses of Class
com.sun.sgs.impl.service.nodemap.affinity.BasicState

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

Subclasses of BasicState in com.sun.sgs.impl.service.nodemap.affinity
 class AbstractLPA
          Abstract class implementing parts of the label propagation algorithm used by both the single node and distributed versions.
 class LPADriver
          A driver for the Label Propagation Algorithm affinity group finders.
 

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

Subclasses of BasicState in com.sun.sgs.impl.service.nodemap.affinity.dgb
 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 BasicState in com.sun.sgs.impl.service.nodemap.affinity.dlpa
 

Subclasses of BasicState in com.sun.sgs.impl.service.nodemap.affinity.dlpa
 class LabelPropagation
          A distributed implementation of the algorithm presented in "Near linear time algorithm to detect community structures in large-scale networks" by U.N.
 class LabelPropagationServer
          The server portion of the distributed label propagation algorithm.
 

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

Subclasses of BasicState in com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
 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 BasicState in com.sun.sgs.impl.service.nodemap.affinity.graph
 

Subclasses of BasicState in com.sun.sgs.impl.service.nodemap.affinity.graph
 class AbstractAffinityGraphBuilder
          A base class to support common AffinityGraphBuilder implementations.
 

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

Subclasses of BasicState in com.sun.sgs.impl.service.nodemap.affinity.single
 class SingleGraphBuilder
          A minimal graph builder for single node testing.
 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