MLContext.IHostEnvironment.Register Método

Definición

Microsoft.ML.Runtime.IHost IHostEnvironment.Register (string name, int? seed, bool? verbose);
abstract member Microsoft.ML.Runtime.IHostEnvironment.Register : string * Nullable<int> * Nullable<bool> -> Microsoft.ML.Runtime.IHost
override this.Microsoft.ML.Runtime.IHostEnvironment.Register : string * Nullable<int> * Nullable<bool> -> Microsoft.ML.Runtime.IHost
Function Register (name As String, seed As Nullable(Of Integer), verbose As Nullable(Of Boolean)) As IHost Implements IHostEnvironment.Register

Parámetros

name
String
seed
Nullable<Int32>
verbose
Nullable<Boolean>

Devoluciones

Implementaciones

Se aplica a