Interface CanSetMean<MeanType>
Whether the distribution supports setting of its mean value
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface CanSetMean<in MeanType>
Type Parameters
| Name | Description |
|---|---|
| MeanType | Type of the mean value |
Methods
SetMean(MeanType)
Method to set the mean
Declaration
void SetMean(MeanType value)
Parameters
| Type | Name | Description |
|---|---|---|
| MeanType | value | The mean value |