Interface CanGetLogNormalizer
Whether the distribution can compute its normalizer.
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface CanGetLogNormalizer
Methods
GetLogNormalizer()
The logarithm of the distribution's normalizer, i.e. the integral of its minimal exponential-family representation.
Declaration
double GetLogNormalizer()
Returns
Type | Description |
---|---|
Double |