3 references to NumNeighborsForNumericalParams
Microsoft.ML.Sweeper (3)
Algorithms\SmacSweeper.cs (3)
79
_host.CheckUserArg(options.
NumNeighborsForNumericalParams
> 0, nameof(options.
NumNeighborsForNumericalParams
), "parameter must be greater than 0");
313
for (int j = 0; j < _args.
NumNeighborsForNumericalParams
; j++)