Search Results for

    Show / Hide Table of Contents

    Class ConstrainContainOp

    Provides outgoing messages for Contain(IList<Int32>, Int32), given random arguments to the function.

    Inheritance
    Object
    ConstrainContainOp
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Factors
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [FactorMethod(typeof(Constrain), "Contain", new Type[]{})]
    [Quality(QualityBand.Experimental)]
    public class ConstrainContainOp

    Methods

    SetAverageLogarithm(Int32, BernoulliIntegerSubset)

    VMP message to set.

    Declaration
    public static BernoulliIntegerSubset SetAverageLogarithm(int i, BernoulliIntegerSubset result)
    Parameters
    Type Name Description
    Int32 i

    Constant value for i.

    BernoulliIntegerSubset result

    Modified to contain the outgoing message.

    Returns
    Type Description
    BernoulliIntegerSubset

    result

    Remarks

    The outgoing message is the factor viewed as a function of set conditioned on the given values.

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