Uses of Interface
org.apache.mahout.cf.taste.model.IDMigrator

Packages that use IDMigrator
org.apache.mahout.cf.taste.impl.model   
org.apache.mahout.cf.taste.impl.model.file   
org.apache.mahout.cf.taste.model   
 

Uses of IDMigrator in org.apache.mahout.cf.taste.impl.model
 

Classes in org.apache.mahout.cf.taste.impl.model that implement IDMigrator
 class AbstractIDMigrator
           
 class AbstractJDBCIDMigrator
          Implementation which stores the reverse long-to-String mapping in a database.
 class MemoryIDMigrator
          Implementation which stores the reverse long-to-String mapping in memory.
 class MySQLJDBCIDMigrator
           An implementation for MySQL.
 

Uses of IDMigrator in org.apache.mahout.cf.taste.impl.model.file
 

Classes in org.apache.mahout.cf.taste.impl.model.file that implement IDMigrator
 class FileIDMigrator
           An IDMigrator backed by a file.
 

Uses of IDMigrator in org.apache.mahout.cf.taste.model
 

Subinterfaces of IDMigrator in org.apache.mahout.cf.taste.model
 interface UpdatableIDMigrator
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.