Search Results for

    Show / Hide Table of Contents

    Interface SettableToWeightedSumExact<T>

    Indicates that a distribution can represent weighted sum of distributions of type T exactly.

    Inherited Members
    SettableToWeightedSum<T>.SetToSum(Double, T, Double, T)
    Namespace: Microsoft.ML.Probabilistic.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface SettableToWeightedSumExact<in T> : SettableToWeightedSum<T>
    Type Parameters
    Name Description
    T

    The type of the distributions which sum can be represented exactly.

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