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