Search Results for

    Show / Hide Table of Contents

    Interface CanGetMode<ModeType>

    Whether the distribution supports retrieval of the most probable value

    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface CanGetMode<out ModeType>
    Type Parameters
    Name Description
    ModeType

    Type of the most probable value

    Methods

    GetMode()

    The most probable value

    Declaration
    ModeType GetMode()
    Returns
    Type Description
    ModeType

    The most probable value

    Remarks

    This is not a property because it is not reasonable to expect that distributions would generally have their mode as a data member. Computing the mode could take a long time for some distributions.

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