Collaborative filtering. More...
Classes | |
| class | BatchSVDPolicy |
| Implementation of the Batch SVD policy to act as a wrapper when accessing Batch SVD from within CFType. More... | |
| class | CFType |
| This class implements Collaborative Filtering (CF). More... | |
| class | DummyClass |
| This class acts as a dummy class for passing as template parameter. More... | |
| class | NMFPolicy |
| Implementation of the NMF policy to act as a wrapper when accessing NMF from within CFType. More... | |
| class | RandomizedSVDPolicy |
| Implementation of the Randomized SVD policy to act as a wrapper when accessing Randomized SVD from within CFType. More... | |
| class | RegSVDPolicy |
| Implementation of the Regularized SVD policy to act as a wrapper when accessing Regularized SVD from within CFType. More... | |
| class | SVDCompletePolicy |
| Implementation of the SVD complete incremental policy to act as a wrapper when accessing SVD complete decomposition from within CFType. More... | |
| class | SVDIncompletePolicy |
| Implementation of the SVD incomplete incremental to act as a wrapper when accessing SVD incomplete incremental from within CFType. More... | |
| class | SVDWrapper |
| This class acts as the wrapper for all SVD factorizers which are incompatible with CF module. More... | |
Typedefs | |
| typedef SVDWrapper< DummyClass > | ArmaSVDFactorizer |
| add simple typedefs More... | |
Collaborative filtering.
| typedef SVDWrapper<DummyClass> ArmaSVDFactorizer |
add simple typedefs
Definition at line 86 of file svd_wrapper.hpp.