Search Results for

    Show / Hide Table of Contents

    Class PottsBoolOp

    Provides outgoing messages for Potts(Boolean, Boolean, Double), given random arguments to the function.

    Inheritance
    Object
    PottsBoolOp
    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(Undirected), "Potts", new Type[]{typeof(bool), typeof(bool), typeof(double)})]
    [Quality(QualityBand.Experimental)]
    public class PottsBoolOp

    Methods

    AMaxConditional(Bernoulli, Double)

    Declaration
    public static Bernoulli AMaxConditional(Bernoulli B, double logCost)
    Parameters
    Type Name Description
    Bernoulli B

    Incoming message from b.

    Double logCost

    Constant value for logCost.

    Returns
    Type Description
    Bernoulli
    Remarks

    BMaxConditional(Bernoulli, Double)

    Declaration
    public static Bernoulli BMaxConditional(Bernoulli A, double logCost)
    Parameters
    Type Name Description
    Bernoulli A

    Incoming message from a.

    Double logCost

    Constant value for logCost.

    Returns
    Type Description
    Bernoulli
    Remarks

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