Skip to content

Releases: tdebatty/spark-knn-graphs

v0.13

17 Feb 12:56
Compare
Choose a tag to compare
  • medoid update interval is now a ratio
  • Speed update: online builder uses a JavaRDD instead of JavaPairRDD<Node, Neighborlist>

v0.12

08 Feb 08:15
Compare
Choose a tag to compare

Switched to HDFS checkpoints for online graph building, as it is much more reliable

v0.11

26 Jan 11:03
Compare
Choose a tag to compare
  • corrected bug "division by zero"

v0.10

26 Jan 10:45
Compare
Choose a tag to compare

Added online graph building

Updated dependence to java-graphs

13 Dec 17:02
Compare
Choose a tag to compare

... to have graph.search(query, max_iterations,...)

Updated reference to java-graph

01 Dec 14:02
Compare
Choose a tag to compare

Improves graph search speed

Added brute force distributed graph builder

01 Dec 14:01
Compare
Choose a tag to compare
v0.5

[maven-release-plugin] copy for tag v0.5

Added NNCTPH graph builder

15 Jul 14:29
Compare
Choose a tag to compare
v0.4

[maven-release-plugin] copy for tag v0.4

Configurable inside bucket graph builder

25 Jun 11:38
Compare
Choose a tag to compare

Added possibility to use NNDescent (or another) inside the buckets.

Example:
LSHSuperBitNNDescentTextExample.java

v0.2

24 Jun 07:05
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v0.2