cf_model.hpp File Reference
Include dependency graph for cf_model.hpp:

Go to the source code of this file.

Classes

class  CFModel
 The model to save to disk. More...

 
class  DeleteVisitor
 DeleteVisitor deletes the CFType<> object which is pointed to by the variable cf in class CFModel. More...

 
class  GetValueVisitor
 GetValueVisitor returns the pointer which points to the CFType object. More...

 
class  PredictVisitor< NeighborSearchPolicy, InterpolationPolicy >
 PredictVisitor uses the CFType object to make predictions on the given combinations of users and items. More...

 
class  RecommendationVisitor< NeighborSearchPolicy, InterpolationPolicy >
 RecommendationVisitor uses the CFType object to get recommendations for the given users. More...

 

Namespaces

 mlpack
 
Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::cf
 
Collaborative filtering.
 

Detailed Description

Author
Wenhao Huang
Khizir Siddiqui

A serializable CF model, used by the main program.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.

Definition in file cf_model.hpp.