Search Results for

    Show / Hide Table of Contents

    Class MaxProductCopyOp<T>

    Provides outgoing messages for Copy<T>(T), given random arguments to the function.

    Inheritance
    Object
    MaxProductCopyOp<T>
    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(new string[]{"copy", "Value"}, typeof(Clone), "Copy<>", new Type[]{})]
    [Quality(QualityBand.Experimental)]
    public class MaxProductCopyOp<T>
    Type Parameters
    Name Description
    T

    The type of the variable being copied.

    Methods

    CopyMaxConditional<TDist>(TDist)

    Declaration
    public static TDist CopyMaxConditional<TDist>(TDist Value)
        where TDist : IDistribution<T>
    Parameters
    Type Name Description
    TDist Value

    Incoming message from value.

    Returns
    Type Description
    TDist
    Type Parameters
    Name Description
    TDist

    The type of the distribution over the variable being copied.

    Remarks

    ValueMaxConditional<TDist>(TDist, TDist)

    Declaration
    public static TDist ValueMaxConditional<TDist>(TDist copy, TDist result)
        where TDist : IDistribution<T>
    Parameters
    Type Name Description
    TDist copy

    Incoming message from copy.

    TDist result

    Modified to contain the outgoing message.

    Returns
    Type Description
    TDist

    result

    Type Parameters
    Name Description
    TDist

    The type of the distribution over the variable being copied.

    Remarks

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