|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffStorage | |
---|---|
org.apache.mahout.cf.taste.impl.recommender.slopeone | |
org.apache.mahout.cf.taste.impl.recommender.slopeone.file | |
org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc |
Uses of DiffStorage in org.apache.mahout.cf.taste.impl.recommender.slopeone |
---|
Classes in org.apache.mahout.cf.taste.impl.recommender.slopeone that implement DiffStorage | |
---|---|
class |
MemoryDiffStorage
An implementation of DiffStorage that merely stores item-item diffs in memory. |
Constructors in org.apache.mahout.cf.taste.impl.recommender.slopeone with parameters of type DiffStorage | |
---|---|
SlopeOneRecommender(DataModel dataModel,
Weighting weighting,
Weighting stdDevWeighting,
DiffStorage diffStorage)
Creates a based on the given DataModel . |
Uses of DiffStorage in org.apache.mahout.cf.taste.impl.recommender.slopeone.file |
---|
Classes in org.apache.mahout.cf.taste.impl.recommender.slopeone.file that implement DiffStorage | |
---|---|
class |
FileDiffStorage
DiffStorage which reads pre-computed diffs from a file and stores in memory. |
Uses of DiffStorage in org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc |
---|
Classes in org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc that implement DiffStorage | |
---|---|
class |
AbstractJDBCDiffStorage
A DiffStorage which stores diffs in a database. |
class |
MySQLJDBCDiffStorage
MySQL-specific implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |