Class UserPosteriorDistribution
Contains the learned parameters for a user.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.Recommender.dll
Syntax
public class UserPosteriorDistribution : EntityPosteriorDistribution
Remarks
This class is only used for external parameter distribution representation.
Constructors
UserPosteriorDistribution(IList<Gaussian>, Gaussian, IList<Gaussian>)
Initializes a new instance of the UserPosteriorDistribution class.
Declaration
public UserPosteriorDistribution(IList<Gaussian> traits, Gaussian bias, IList<Gaussian> thresholds)
Parameters
Type | Name | Description |
---|---|---|
IList<Gaussian> | traits | The user traits. |
Gaussian | bias | The user bias. |
IList<Gaussian> | thresholds | The user thresholds. |
Properties
Thresholds
Gets the user thresholds.
Declaration
public IList<Gaussian> Thresholds { get; }
Property Value
Type | Description |
---|---|
IList<Gaussian> |