ings), you could use
> --booleanData to make RecommenderJob treat the input as boolean (it does not
> do this automatically). In that case you should see output as the previously
> described problem doesn't exist for boolean data.
>
> --sebastian
>
> On 12.03.2011 06:03, Jak
hi,
i am testing the RecommenderJob. according to the v0.4 javadocs, it
requires the format: userID,itemID[,preferencevalue]. i have a very
simple input i want to test before running it on the real dataset. my
toy data set is as simple as the following lines.
1,10
1,20
2,10
2,30
2,40
3,10
3,20
(