MLContext.IHostEnvironment.Register Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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