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