Interface Estimator<T>
Indicates support for retrieving an estimated distribution
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface Estimator<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | Distribution type  | 
      
Methods
GetDistribution(T)
Get the estimated distribution
Declaration
T GetDistribution(T result)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | result | Modified to contain the result.  Ignored if   | 
      
Returns
| Type | Description | 
|---|---|
| T | The resulting estimated distribution  |