Search Results for

    Show / Hide Table of Contents

    Interface Estimator<T>

    Indicates support for retrieving an estimated distribution

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

    Distribution type

    Methods

    GetDistribution(T)

    Get the estimated distribution

    Declaration
    T GetDistribution(T result)
    Parameters
    Type Name Description
    T result

    Modified to contain the result. Ignored if T is a value type.

    Returns
    Type Description
    T

    The resulting estimated distribution

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