Interface SummableExactly<TOther, TResult>
Indicates that the computed weighted sum is exact.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Experimental)]
public interface SummableExactly<in TOther, out TResult> : Summable<TOther, TResult>
Type Parameters
Name | Description |
---|---|
TOther | The type of the second summand. |
TResult | The type of the result. |
Remarks
Typically the type of the result would be the same as the type of the current instance.