Interface SettableToWeightedSumExact<T>
Indicates that a distribution can represent weighted sum
of distributions of type T
exactly.
Inherited Members
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. |