Search Results for

    Show / Hide Table of Contents

    Interface CanSetMean<MeanType>

    Whether the distribution supports setting of its mean value

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

    Type of the mean value

    Methods

    SetMean(MeanType)

    Method to set the mean

    Declaration
    void SetMean(MeanType value)
    Parameters
    Type Name Description
    MeanType value

    The mean value

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