Search Results for

    Show / Hide Table of Contents

    Delegate Sampler<T>

    Delegate type for sampling

    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public delegate T Sampler<T>(T result);
    Parameters
    Type Name Description
    T result

    Where to put the result

    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Domain type

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