Package | Description |
---|---|
io.kgraph.library | |
io.kgraph.library.cf | |
io.kgraph.library.clustering | |
io.kgraph.pregel |
Modifier and Type | Method and Description |
---|---|
void |
PageRank.masterCompute(int superstep,
ComputeFunction.MasterCallback cb) |
void |
SybilRank.masterCompute(int superstep,
ComputeFunction.MasterCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
Als.masterCompute(int superstep,
ComputeFunction.MasterCallback cb) |
void |
Svdpp.masterCompute(int superstep,
ComputeFunction.MasterCallback cb) |
void |
Sgd.masterCompute(int superstep,
ComputeFunction.MasterCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
KMeansClustering.masterCompute(int superstep,
ComputeFunction.MasterCallback cb) |
Modifier and Type | Method and Description |
---|---|
default void |
ComputeFunction.masterCompute(int superstep,
ComputeFunction.MasterCallback cb)
A function for performing sequential computations between supersteps.
|
Copyright © 2020. All rights reserved.