Search Results for

    Show / Hide Table of Contents

    Class DivideMessages

    Attached to Variable objects to specify if outgoing messages should be computed by division

    Inheritance
    Object
    DivideMessages
    Implements
    ICompilerAttribute
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Models.Attributes
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class DivideMessages : ICompilerAttribute

    Constructors

    DivideMessages(Boolean)

    Declaration
    public DivideMessages(bool useDivision = true)
    Parameters
    Type Name Description
    Boolean useDivision

    Fields

    useDivision

    Declaration
    public bool useDivision
    Field Value
    Type Description
    Boolean

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

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