Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.