Uses of Class
es.upm.etsisi.cf4j.data.Item
-
Packages that use Item Package Description es.upm.etsisi.cf4j.data This package contains data classes of CF4J.es.upm.etsisi.cf4j.recommender.knn.itemSimilarityMetric This package contains different implementations of item-to-item similarity metrics used in the item-to-item knn based collaborative filtering algorithm. -
-
Uses of Item in es.upm.etsisi.cf4j.data
Subclasses of Item in es.upm.etsisi.cf4j.data Modifier and Type Class Description classTestItemA TestItem extends an Item given it the following properties: Index in the DataModel array which stores test items.Methods in es.upm.etsisi.cf4j.data that return Item Modifier and Type Method Description ItemDataModel. getItem(int itemIndex)Gets an Item by its index.Item[]DataModel. getItems()Gets the array of Items. -
Uses of Item in es.upm.etsisi.cf4j.recommender.knn.itemSimilarityMetric
Methods in es.upm.etsisi.cf4j.recommender.knn.itemSimilarityMetric with parameters of type Item Modifier and Type Method Description voidItemSimilarityMetric. run(Item item)doubleAdjustedCosine. similarity(Item item, Item otherItem)doubleCorrelation. similarity(Item item, Item otherItem)doubleCorrelationConstrained. similarity(Item item, Item otherItem)doubleCosine. similarity(Item item, Item otherItem)abstract doubleItemSimilarityMetric. similarity(Item item, Item otherItem)This method must returns the similarity between two items.doubleJaccard. similarity(Item item, Item otherItem)doubleJMSD. similarity(Item item, Item otherItem)doubleMSD. similarity(Item item, Item otherItem)doublePIP. similarity(Item item, Item otherItem)doubleSingularities. similarity(Item item, Item otherItem)doubleSpearmanRank. similarity(Item item, Item otherItem)
-