Search Results for

    Show / Hide Table of Contents

    Interface CanGetLogProb<T>

    Whether the distribution supports evaluation of its density

    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface CanGetLogProb<in T>
    Type Parameters
    Name Description
    T

    Domain type

    Methods

    GetLogProb(T)

    Evaluate the log of the density function at the specified domain value

    Declaration
    double GetLogProb(T value)
    Parameters
    Type Name Description
    T value

    The value at which to calculate the density

    Returns
    Type Description
    Double

    The log density

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.