8 writes to Max
Microsoft.ML.Data (8)
Commands\CrossValidationCommand.cs (2)
489
trainFilter.
Max
= (Double)(fold + 1) / _numFolds;
499
testFilter.
Max
= trainFilter.Max;
DataLoadSave\DataOperationsCatalog.cs (4)
423
Max
= testFraction,
430
Max
= testFraction,
484
Max
= (double)(fold + 1) / numberOfFolds,
494
Max
= (double)(fold + 1) / numberOfFolds,
Transforms\RangeFilter.cs (2)
91
: this(env, new Options() { Column = column, Min = lowerBound,
Max
= upperBound, IncludeMax = includeUpperBound }, input)
119
options.
Max
= null;
5 references to Max
Microsoft.ML.Data (5)
Commands\CrossValidationCommand.cs (1)
499
testFilter.Max = trainFilter.
Max
;
Transforms\RangeFilter.cs (4)
116
if (options.
Max
> 1)
122
if (options.Min == null && options.
Max
== null)
125
_max = options.
Max
?? Double.PositiveInfinity;
130
_includeMax = options.IncludeMax ?? (options.
Max
== null || (_type is KeyDataViewType && _max >= 1));