| Package | Description |
|---|---|
| org.apache.mahout.cf.taste.impl.recommender.svd |
| Modifier and Type | Class and Description |
|---|---|
class |
FilePersistenceStrategy
Provides a file-based persistent store.
|
class |
NoPersistenceStrategy
A
PersistenceStrategy which does nothing. |
| Constructor and Description |
|---|
SVDRecommender(DataModel dataModel,
Factorizer factorizer,
CandidateItemsStrategy candidateItemsStrategy,
PersistenceStrategy persistenceStrategy)
Create an SVDRecommender using a persistent store to cache factorizations.
|
SVDRecommender(DataModel dataModel,
Factorizer factorizer,
PersistenceStrategy persistenceStrategy)
Create an SVDRecommender using a persistent store to cache factorizations.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.