Implemented interface member:
method
GetOptionOrDefault<T>
Microsoft.ML.Runtime.IHostEnvironmentInternal.GetOptionOrDefault<T>(System.String)
1 reference to GetOptionOrDefault
Microsoft.ML.Data (1)
MLContext.cs (1)
205
public T GetOptionOrDefault<T>(string name) => _env.
GetOptionOrDefault
<T>(name);