| Class | Description |
|---|---|
| DelegateGenerationManager |
Manages one generation of the underlying recommender model.
|
| GenerationSerializer |
A
Serializable wrapper around a Generation that lets it easily write
to a file or stream, with convenience methods GenerationSerializer.readGeneration(File) and
GenerationSerializer.writeGeneration(Generation, File) to do so. |
| MergeModels |
Merges two model files into one model file.
|
| PrintGeneration |
Simply prints the contents of a generation model file.
|
| UnreducedModel |
Normally, the input to the recommender is construed as a very large sparse matrix, and factored (approximately)
as two low-rank user-feature / feature-item matrices.
|
Copyright © 2012-2013. All Rights Reserved.