vesoft-inc / nebula-algorithm

Nebula-Algorithm is a Spark Application based on GraphX, which enables state of art Graph Algorithms to run on top of NebulaGraph and write back results to NebulaGraph.
71 stars 39 forks source link

Louvain边节点无法读字符类型 #18

Closed Amazing1226 closed 2 years ago

Amazing1226 commented 2 years ago

image image image

Nicole00 commented 2 years ago

jar包提交有以下限制 image

你api形式调用 可以自己用dense_rank做编码。

Nicole00 commented 2 years ago

https://github.com/vesoft-inc/nebula-algorithm/blob/master/example/src/main/scala/com/vesoft/nebula/algorithm/PageRankExample.scala this example gives how to encode the string vid and decode the algorithm result.