IPersistenceStrategy Load Method NReco.Recommender Class Library
Load a factorization from a persistent store.

Namespace: NReco.CF.Taste.Impl.Recommender.SVD
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Factorization Load()

Return Value

Type: Factorization
a Factorization or null if the persistent store is empty.
See Also