Whether the items of a user should be filtered from the recommendations for the user Default: false
Whether the items of a user should be filtered from the recommendations for the user Default: false
The name of the item id column of integers from 0 to number of items in training dataset Default: "itemid"
The name of the item id column of integers from 0 to number of items in training dataset Default: "itemid"
The number of nearest neighbours Default: 150
The number of nearest neighbours Default: 150
The name of the user id column of integers Default: "userid"
The name of the user id column of integers Default: "userid"
Collaborative filtering through user-based k-nearest neighbours, using TF-IDF weighting for user similarity.