Search Results for

    Show / Hide Table of Contents

    Delegate ModelCompiler.ModelDefinitionMethod<T1, T2>

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