Package | Description |
---|---|
io.kgraph.library | |
io.kgraph.library.basic | |
io.kgraph.library.cf | |
io.kgraph.library.clustering | |
io.kgraph.library.similarity | |
io.kgraph.pregel |
Modifier and Type | Method and Description |
---|---|
void |
PageRank.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
SybilRank.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
BreadthFirstSearch.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
MultipleSourceShortestPaths.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
SingleSourceShortestPaths.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
VertexCount.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
EdgeCount.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
Als.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
Svdpp.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
Sgd.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
SemiClustering.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
KMeansClustering.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
Modifier and Type | Method and Description |
---|---|
void |
Jaccard.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
void |
AdamicAdar.init(Map<String,?> configs,
ComputeFunction.InitCallback cb) |
Modifier and Type | Method and Description |
---|---|
default void |
ComputeFunction.init(Map<String,?> configs,
ComputeFunction.InitCallback cb)
Initialize the ComputeFunction, this is the place to register aggregators.
|
Copyright © 2020. All rights reserved.