Search Results for

    Show / Hide Table of Contents

    Delegate ModelCompiler.ModelDefinitionMethod<T1, T2, T3, T4>

    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public delegate void ModelDefinitionMethod<T1, T2, T3, T4>(T1 a, T2 b, T3 c, T4 d);
    Parameters
    Type Name Description
    T1 a
    T2 b
    T3 c
    T4 d
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.