Delegate Sampler<T>
Delegate type for sampling
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public delegate T Sampler<T>(T result);
Parameters
| Type | Name | Description |
|---|---|---|
| T | result | Where to put the result |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | Domain type |