|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AffinityGroup | |
|---|---|
| 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.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). |
| Uses of AffinityGroup in com.sun.sgs.impl.service.nodemap.affinity |
|---|
| Classes in com.sun.sgs.impl.service.nodemap.affinity that implement AffinityGroup | |
|---|---|
class |
AffinitySet
The affinity group information for a single node, in a format which can be sent between nodes and the server. |
class |
RelocatingAffinityGroup
Stub, to be replaced by Keith's version (used for testing until we merge). |
| Methods in com.sun.sgs.impl.service.nodemap.affinity that return types with arguments of type AffinityGroup | |
|---|---|
protected static Set<AffinityGroup> |
AbstractLPA.gatherGroups(List<LabelVertex> vertices,
boolean reinitialize,
long gen)
Return the affinity groups found within the given vertices, putting all vertices with the same label in a group. |
| Method parameters in com.sun.sgs.impl.service.nodemap.affinity with type arguments of type AffinityGroup | |
|---|---|
static double |
AffinityGroupGoodness.calcJaccard(Collection<AffinityGroup> sample1,
Collection<AffinityGroup> sample2)
Calculates Jaccard's index for a pair of affinity group collections, which is a measurement of similarity of the groups found in the two collections. |
static double |
AffinityGroupGoodness.calcJaccard(Collection<AffinityGroup> sample1,
Collection<AffinityGroup> sample2)
Calculates Jaccard's index for a pair of affinity group collections, which is a measurement of similarity of the groups found in the two collections. |
static double |
AffinityGroupGoodness.calcModularity(edu.uci.ics.jung.graph.Graph<LabelVertex,WeightedEdge> graph,
Collection<AffinityGroup> groups)
Given a graph and a set of partitions of it, calculate the modularity. |
| Uses of AffinityGroup in com.sun.sgs.impl.service.nodemap.affinity.dlpa |
|---|
| Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa that return types with arguments of type AffinityGroup | |
|---|---|
Set<AffinityGroup> |
LabelPropagation.getAffinityGroups(long runNumber,
boolean done)
Returns the affinity groups found on this node. |
Set<AffinityGroup> |
LPAClient.getAffinityGroups(long runNumber,
boolean done)
Returns the affinity groups found on this node. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||