Interface and Description |
---|
org.lenskit.data.dao.EventDAO
Use new
DataAccessObject . |
org.lenskit.data.dao.ItemDAO
Use new
DataAccessObject . |
org.lenskit.data.dao.ItemEventDAO
Use new
DataAccessObject . |
org.lenskit.data.dao.ItemNameDAO |
org.grouplens.lenskit.scored.ScoredId
Scored IDs are going away in LensKit 3.0.
|
org.lenskit.data.dao.UserDAO
Use the new
DataAccessObject . |
org.lenskit.data.dao.UserEventDAO
Use
DataAccessObject . |
Constructor and Description |
---|
org.lenskit.data.dao.EventCollectionDAO(Collection<? extends Event>)
use
EventCollectionDAO.create(Collection) instead |
org.grouplens.lenskit.data.sql.JDBCRatingDAO(Connection, SQLStatementFactory) |
org.grouplens.lenskit.data.sql.JDBCRatingDAO(Connection, SQLStatementFactory, boolean) |
org.lenskit.util.keys.Long2DoubleSortedArrayMap(Map<Long, Double>) |
org.lenskit.knn.item.model.SimilarityMatrixModel(SortedKeyIndex, List<Long2DoubleMap>)
This is deprecated for public usage. It is better to use the other constructor.
|
Enum Constant and Description |
---|
org.lenskit.data.dao.SortOrder.ANY |
org.lenskit.data.dao.SortOrder.ITEM |
org.lenskit.data.dao.SortOrder.TIMESTAMP |
org.lenskit.data.dao.SortOrder.USER |