Interface SettableToUniform
Whether the distribution can be set to uniform
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface SettableToUniform
Methods
IsUniform()
Ask whether the distribution instance is uniform
Declaration
bool IsUniform()
Returns
Type | Description |
---|---|
Boolean | True if uniform |
SetToUniform()
Set the distribution to be uniform
Declaration
void SetToUniform()