IFactorizer InterfaceNReco.Recommender Class Library
Implementation must be able to create a factorization of a rating matrix

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

public interface IFactorizer : IRefreshable

The IFactorizer type exposes the following members.

Methods

  NameDescription
Public methodFactorize
Public methodRefresh (Inherited from IRefreshable.)
Top
See Also