ALSWRFactorizer ClassNReco.Recommender Class Library
Factorizes the rating matrix using "Alternating-Least-Squares with Weighted-λ-Regularization" as described in "Large-scale Collaborative Filtering for the Netflix Prize" also supports the implicit feedback variant of this approach as described in "Collaborative Filtering for Implicit Feedback Datasets" available at http://research.yahoo.com/pub/2433
Inheritance Hierarchy

System Object
  NReco.CF.Taste.Impl.Recommender.SVD AbstractFactorizer
    NReco.CF.Taste.Impl.Recommender.SVD ALSWRFactorizer

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 class ALSWRFactorizer : AbstractFactorizer

The ALSWRFactorizer type exposes the following members.

Constructors

  NameDescription
Public methodALSWRFactorizer(IDataModel, Int32, Double, Int32)
Initializes a new instance of the ALSWRFactorizer class
Public methodALSWRFactorizer(IDataModel, Int32, Double, Int32, Boolean, Double)
Initializes a new instance of the ALSWRFactorizer class
Public methodALSWRFactorizer(IDataModel, Int32, Double, Int32, Boolean, Double, Int32)
Initializes a new instance of the ALSWRFactorizer class
Top
Methods

  NameDescription
Protected methodcreateFactorization (Inherited from AbstractFactorizer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFactorize (Overrides AbstractFactorizer Factorize .)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methoditemFeaturesMapping
Protected methoditemIndex (Inherited from AbstractFactorizer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberratingVector
Public methodRefresh (Inherited from AbstractFactorizer.)
Protected methodsparseItemRatingVector
Protected methodsparseUserRatingVector
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methoduserFeaturesMapping
Protected methoduserIndex (Inherited from AbstractFactorizer.)
Top
See Also