We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82d709 commit 7b12c50Copy full SHA for 7b12c50
README-CN.md
@@ -61,7 +61,7 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
61
<dependency>
62
<groupId>com.vesoft</groupId>
63
<artifactId>nebula-algorithm</artifactId>
64
- <version>2.0.0</version>
+ <version>3.0.0</version>
65
</dependency>
66
```
67
* 定义算法参数调用算法(以`PageRank`为例)
README.md
@@ -72,7 +72,7 @@ You could submit the entire spark application or invoke algorithms in `lib` libr
72
73
74
75
76
77
78
* Instantiate algorithm's config, below is an example for `PageRank`.
0 commit comments