|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCDataModel | |
---|---|
org.apache.mahout.cf.taste.impl.model.jdbc | |
org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc |
Uses of JDBCDataModel in org.apache.mahout.cf.taste.impl.model.jdbc |
---|
Classes in org.apache.mahout.cf.taste.impl.model.jdbc that implement JDBCDataModel | |
---|---|
class |
AbstractBooleanPrefJDBCDataModel
|
class |
AbstractJDBCDataModel
An abstract superclass for JDBCDataModel implementations, providing most of the common
functionality that any such implementation would need. |
class |
GenericJDBCDataModel
A generic DataModel designed for use with other JDBC data sources;
one just specifies all necessary SQL queries to the constructor here. |
class |
MySQLBooleanPrefJDBCDataModel
See also MySQLJDBCDataModel -- same except deals with a table without preference info: |
class |
MySQLJDBCDataModel
A JDBCDataModel backed by a MySQL database and
accessed via JDBC. |
class |
PostgreSQLBooleanPrefJDBCDataModel
See also PostgreSQLJDBCDataModel --
same except deals with a table without preference info: |
class |
PostgreSQLJDBCDataModel
A JDBCDataModel backed by a PostgreSQL database and
accessed via JDBC. |
Methods in org.apache.mahout.cf.taste.impl.model.jdbc that return JDBCDataModel | |
---|---|
JDBCDataModel |
ReloadFromJDBCDataModel.getDelegate()
|
Constructors in org.apache.mahout.cf.taste.impl.model.jdbc with parameters of type JDBCDataModel | |
---|---|
ReloadFromJDBCDataModel(JDBCDataModel delegate)
|
Uses of JDBCDataModel in org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc |
---|
Constructors in org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc with parameters of type JDBCDataModel | |
---|---|
AbstractJDBCDiffStorage(JDBCDataModel dataModel,
String getDiffSQL,
String getDiffsSQL,
String getAverageItemPrefSQL,
String getDiffsAffectedByUserSQL,
String[] updateDiffSQLs,
String updateOneDiffSQL,
String addDiffSQL,
String removeDiffSQL,
String getRecommendableItemsSQL,
String deleteDiffsSQL,
String createDiffsSQL,
String diffsExistSQL,
int minDiffCount)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |