3 references to ExceptUserArg
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
511throw ExceptUserArg(ctx, name);
Microsoft.ML.Transforms (2)
OneHotEncoding.cs (1)
292throw _host.ExceptUserArg(nameof(column.OutputKind));
OneHotHashEncoding.cs (1)
340throw _host.ExceptUserArg(nameof(column.OutputKind));