I've been trying to use the Ibk nearest neighbor algorithm that goes together with the weka machine learning library.
I know how to classify instances, but I want to implement the collaborative filtering feature so I need to actually get the list of actual objects that are nearest to the object of interest.
How would I actually do so in weka using its java API?