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

Packages that use DLPAGraphBuilder
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. 
 

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

Constructors in com.sun.sgs.impl.service.nodemap.affinity.dlpa with parameters of type DLPAGraphBuilder
LabelPropagation(DLPAGraphBuilder builder, WatchdogService wdog, long nodeId, Properties properties)
          Constructs a new instance of the label propagation algorithm.
 

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

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


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