Uses of Class
org.apache.mahout.cf.taste.impl.common.jdbc.AbstractJDBCComponent

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

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

Subclasses of AbstractJDBCComponent in org.apache.mahout.cf.taste.impl.model.jdbc
 class AbstractBooleanPrefJDBCDataModel
           
 class AbstractJDBCDataModel
           An abstract superclass for JDBC-related DataModel 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 DataModel backed by a MySQL database and accessed via JDBC.
 

Uses of AbstractJDBCComponent in org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc
 

Subclasses of AbstractJDBCComponent in org.apache.mahout.cf.taste.impl.recommender.slopeone.jdbc
 class AbstractJDBCDiffStorage
           A DiffStorage which stores diffs in a database.
 class MySQLJDBCDiffStorage
           MySQL-specific implementation.
 

Uses of AbstractJDBCComponent in org.apache.mahout.cf.taste.impl.similarity.jdbc
 

Subclasses of AbstractJDBCComponent in org.apache.mahout.cf.taste.impl.similarity.jdbc
 class AbstractJDBCItemSimilarity
          An ItemSimilarity which draws pre-computed item-item similarities from a database table via JDBC.
 class MySQLJDBCItemSimilarity
           An ItemSimilarity backed by a MySQL database and accessed via JDBC.
 



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