uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

Top k vertex search in console does not show top k #101

Closed pstutz closed 11 years ago

pstutz commented 11 years ago

The visual top k finder in the console shows a selection of vertices, but they are different from and have much lower ranks than the ones found by the standard TopKFinder (top k resultsbhere from the citation example): (http://dblp.l3s.de/d2r/resource/publications/journals/cacm/Codd70,24.587879735364556) (http://dblp.l3s.de/d2r/resource/publications/journals/tods/Chen76,13.214385229274104) (http://dblp.l3s.de/d2r/resource/publications/persons/Codd71a,10.758174969392355) (http://dblp.l3s.de/d2r/resource/publications/journals/tods/AstrahanBCEGGKLMMPTWW76,10.419975925205945) (http://dblp.l3s.de/d2r/resource/publications/journals/cacm/EswarranGLT76,9.48611861725087) (http://dblp.l3s.de/d2r/resource/publications/journals/tods/StonebrakerWKH76,8.566004511604596) (http://dblp.l3s.de/d2r/resource/publications/books/aw/Knuth73,8.010811009607146) (http://dblp.l3s.de/d2r/resource/publications/conf/sigmod/SelingerACLP79,7.39384119205648) (http://dblp.l3s.de/d2r/resource/publications/journals/tods/SmithS77,7.308350072932703) (http://dblp.l3s.de/d2r/resource/publications/persons/Codd72,7.2713368714506)

troxler commented 11 years ago

Did you load the complete data set? I get the exact same result as you posted when loading the complete data set.

cshapeshifter commented 11 years ago

I can't reproduce this problem. I too get the exact same results as you've listed in the report

2013-05-07-144920_510x367_scrot

I'm closing this report.

pstutz commented 11 years ago

Thanks. I must have made a mistake when selecting which vertices to display. Sorry.