Implemented interface member:
method
RemoveOption
Microsoft.ML.Runtime.IHostEnvironmentInternal.RemoveOption(System.String)
1 reference to RemoveOption
Microsoft.ML.Data (1)
MLContext.cs (1)
206public bool RemoveOption(string name) => _env.RemoveOption(name);