Delegate ModelCompiler.ModelDefinitionMethod<T1, T2, T3, T4, T5>
Namespace: Microsoft.ML.Probabilistic.Compiler
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public delegate void ModelDefinitionMethod<T1, T2, T3, T4, T5>(T1 a, T2 b, T3 c, T4 d, T5 e);
Parameters
Type | Name | Description |
---|---|---|
T1 | a | |
T2 | b | |
T3 | c | |
T4 | d | |
T5 | e |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 | |
T4 | |
T5 |