Search Results for

    Show / Hide Table of Contents

    Interface SummableExactly<T>

    Indicates that the computed weighted sum is exact.

    Inherited Members
    Summable<T, T>.Sum(Double, T, Double)
    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [Quality(QualityBand.Experimental)]
    public interface SummableExactly<T> : SummableExactly<T, T>, Summable<T, T>
    Type Parameters
    Name Description
    T

    The type of the second summand and the result.

    Remarks

    Typically the type of the second summand and the result would be the same as the type of the current instance.

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