MLContext.IHostEnvironment.Register Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- name
- String