Commit a145739a authored by 高雅喆's avatar 高雅喆

change lsh's param dimensions

parent c1ee2b28
......@@ -149,7 +149,7 @@ object Main {
val matrix = new IndexedRowMatrix(rows)
val lsh = new Lsh(
minCosineSimilarity = 0.5,
dimensions = 20,
dimensions = 128,
numNeighbours = 200,
numPermutations = 10,
partitions = 200,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment