tdebatty / java-LSH

A Java implementation of Locality Sensitive Hashing (LSH)
Other
295 stars 84 forks source link

Plot of Similarity #21

Closed ahmadreza9 closed 6 years ago

ahmadreza9 commented 6 years ago

Hi, how are you drawing Jaccard and cosine plot in your example files? What are your axis inputs?

ahmadreza9 commented 6 years ago

First of all, install gnuplot.exe and add it to your environment path. next, you should download JavaPlot and add its Jar to your project. the end, use its samples to draw the related plot.