tangjianpku / LINE

LINE: Large-scale information network embedding
1.05k stars 408 forks source link

-threshold versus -k-max in reconstruct #5

Open kmatzen opened 8 years ago

kmatzen commented 8 years ago

The youtube script uses -k-max, but reconstruct.cpp looks for -threshold. If you give reconstruct.cpp -k-max, it doesn't check that it isn't a supported option and continues silently as if -threshold=0.

Srinivas-R commented 7 years ago

Hi, thanks for this. I've been trying to use the tool for some experiments, but I'm concerned about the accuracy of the embeddings. Were you able to reproduce the results from the LINE paper on any dataset using this code? Thanks

long4glasgow commented 7 years ago

I come across the same issue. I can run the program to produce the graph embeddings, but found there is no where to evaluate the output.