Search Results for

    Show / Hide Table of Contents

    Class ItemPosteriorDistribution

    Contains the learned parameters for an item.

    Inheritance
    Object
    EntityPosteriorDistribution
    ItemPosteriorDistribution
    Inherited Members
    EntityPosteriorDistribution.Traits
    EntityPosteriorDistribution.Bias
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Learners
    Assembly: Microsoft.ML.Probabilistic.Learners.Recommender.dll
    Syntax
    public class ItemPosteriorDistribution : EntityPosteriorDistribution
    Remarks

    This class is only used for external parameter distribution representation.

    Constructors

    ItemPosteriorDistribution(IList<Gaussian>, Gaussian)

    Initializes a new instance of the ItemPosteriorDistribution class.

    Declaration
    public ItemPosteriorDistribution(IList<Gaussian> traits, Gaussian bias)
    Parameters
    Type Name Description
    IList<Gaussian> traits

    The item traits.

    Gaussian bias

    The item bias.

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.