2 implementations of RemoveOption
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
655
public bool
RemoveOption
(string name)
Microsoft.ML.Data (1)
MLContext.cs (1)
206
public bool
RemoveOption
(string name) => _env.RemoveOption(name);