Interface Summable<T>
Supports computing the weighted sum of the current instance and another value that has the same type as the result.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Experimental)]
public interface Summable<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.