void |
SemiClustering.SemiCluster.addVertex(VertexWithValue<Long,Set<SemiClustering.SemiCluster>> vertex,
Iterable<EdgeWithValue<Long,Double>> edges,
double scoreFactor)
Adds a vertex to the cluster.
|
void |
SemiClustering.compute(int superstep,
VertexWithValue<Long,Set<SemiClustering.SemiCluster>> vertex,
Iterable<Set<SemiClustering.SemiCluster>> messages,
Iterable<EdgeWithValue<Long,Double>> edges,
ComputeFunction.Callback<Long,Set<SemiClustering.SemiCluster>,Double,Set<SemiClustering.SemiCluster>> cb)
Compute method.
|
void |
SemiClustering.compute(int superstep,
VertexWithValue<Long,Set<SemiClustering.SemiCluster>> vertex,
Iterable<Set<SemiClustering.SemiCluster>> messages,
Iterable<EdgeWithValue<Long,Double>> edges,
ComputeFunction.Callback<Long,Set<SemiClustering.SemiCluster>,Double,Set<SemiClustering.SemiCluster>> cb)
Compute method.
|
void |
SemiClustering.compute(int superstep,
VertexWithValue<Long,Set<SemiClustering.SemiCluster>> vertex,
Iterable<Set<SemiClustering.SemiCluster>> messages,
Iterable<EdgeWithValue<Long,Double>> edges,
ComputeFunction.Callback<Long,Set<SemiClustering.SemiCluster>,Double,Set<SemiClustering.SemiCluster>> cb)
Compute method.
|
void |
SemiClustering.compute(int superstep,
VertexWithValue<Long,Set<SemiClustering.SemiCluster>> vertex,
Iterable<Set<SemiClustering.SemiCluster>> messages,
Iterable<EdgeWithValue<Long,Double>> edges,
ComputeFunction.Callback<Long,Set<SemiClustering.SemiCluster>,Double,Set<SemiClustering.SemiCluster>> cb)
Compute method.
|