recommendify icon indicating copy to clipboard operation
recommendify copied to clipboard

algorithmic problem?

Open chanil1218 opened this issue 13 years ago • 0 comments

Is it right to recommend only p(roduct)4, p5 for "for('p3')" when I input add_set("u1", ["p1","p2","p3"]); add_set("u2", ["p3", "p4", "p5"])? I think it is some kind of bug in algorithm, because I think it is equivalent p1, p2, p4, and p5.

Am I wrong?

chanil1218 avatar Apr 30 '12 02:04 chanil1218