Interface CanGetVariance<VarType>
Whether the distribution supports retrieval of a variance value
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface CanGetVariance<out VarType>
Type Parameters
| Name | Description |
|---|---|
| VarType | Type of the variance value |
Methods
GetVariance()
Method to get the variance
Declaration
VarType GetVariance()
Returns
| Type | Description |
|---|---|
| VarType | The variance |