Search Results for

    Show / Hide Table of Contents

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

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