ParallelSGDFactorizer ClassNReco.Recommender Class Library
Inheritance Hierarchy

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

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 ParallelSGDFactorizer : AbstractFactorizer

The ParallelSGDFactorizer type exposes the following members.

Constructors

  NameDescription
Public methodParallelSGDFactorizer(IDataModel, Int32, Double, Int32)
Initializes a new instance of the ParallelSGDFactorizer class
Public methodParallelSGDFactorizer(IDataModel, Int32, Double, Int32, Double, Double, Int32, Double)
Initializes a new instance of the ParallelSGDFactorizer class
Public methodParallelSGDFactorizer(IDataModel, Int32, Double, Int32, Double, Double, Int32, Double, Int32)
Initializes a new instance of the ParallelSGDFactorizer class
Public methodParallelSGDFactorizer(IDataModel, Int32, Double, Int32, Double, Double, Int32, Double, Double, Double)
Initializes a new instance of the ParallelSGDFactorizer class
Public methodParallelSGDFactorizer(IDataModel, Int32, Double, Int32, Double, Double, Int32, Double, Double, Double, Int32)
Initializes a new instance of the ParallelSGDFactorizer 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 methodinitialize
Protected methoditemIndex (Inherited from AbstractFactorizer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh (Inherited from AbstractFactorizer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodupdate
Protected methoduserIndex (Inherited from AbstractFactorizer.)
Top
Fields

  NameDescription
Protected fielditemVectors
Protected fielduserVectors
Top
See Also