MLContext.IHostEnvironment.Register 메서드

정의

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

매개 변수

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

반환

구현

적용 대상