Condividi tramite


IHostEnvironment.Register Metodo

Definizione

Creare un host con il nome di registrazione specificato.

public Microsoft.ML.Runtime.IHost Register (string name, int? seed = default, bool? verbose = default);
abstract member Register : string * Nullable<int> * Nullable<bool> -> Microsoft.ML.Runtime.IHost
Public Function Register (name As String, Optional seed As Nullable(Of Integer) = Nothing, Optional verbose As Nullable(Of Boolean) = Nothing) As IHost

Parametri

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

Restituisce

Si applica a