Interface CanGetLogProbPrep<DistributionType, T>
Whether the distribution supports preallocation of a workspace for density evaluation
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface CanGetLogProbPrep<DistributionType, T>
Type Parameters
Name | Description |
---|---|
DistributionType | The distribution type |
T | The domain type of the distribution |
Methods
GetLogProbPrep()
Return an evaluator delegate which owns an evaluation workspace
Declaration
Evaluator<DistributionType, T> GetLogProbPrep()
Returns
Type | Description |
---|---|
Evaluator<DistributionType, T> | An evaluator delegate |