Interface CanComputeRatio<T>
Supports computing the ratio of the current instance and another value that has the same type as the ratio.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface CanComputeRatio<T> : CanComputeRatio<T, T>
Type Parameters
Name | Description |
---|---|
T |
Remarks
Typically the type of the denominator and the ratio would be the same as the type of the current instance.