A bulk-get version of {@link #itemSimilarity(long,long)}.
@param itemID1 first item ID @param itemID2s second item IDs to compute similarity with @return similarity between itemID1 and other items @throws org.apache.mahout.cf.taste.common.NoSuchItemException if any item is known to be non-existent in the data @throws TasteException if an error occurs while accessing the data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|