Uses of Class
org.apache.mahout.cf.taste.impl.model.jdbc.AbstractJDBCDataModel

Packages that use AbstractJDBCDataModel
org.apache.mahout.cf.taste.impl.model.jdbc   
org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc   
 

Uses of AbstractJDBCDataModel in org.apache.mahout.cf.taste.impl.model.jdbc
 

Subclasses of AbstractJDBCDataModel in org.apache.mahout.cf.taste.impl.model.jdbc
 class AbstractBooleanPrefJDBCDataModel
           
 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.
 class SQL92BooleanPrefJDBCDataModel
           See also SQL92JDBCDataModel -- same except deals with a table without preference info:
 class SQL92JDBCDataModel
           A JDBCDataModel backed by a SQL92 compatible database and accessed via JDBC.
 

Uses of AbstractJDBCDataModel 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 AbstractJDBCDataModel
MySQLJDBCDiffStorage(AbstractJDBCDataModel dataModel)
           
MySQLJDBCDiffStorage(AbstractJDBCDataModel dataModel, String diffsTable, String itemIDAColumn, String itemIDBColumn, String countColumn, String avgColumn, String stdevColumn, int minDiffCount)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.