1 write to Host
Microsoft.ML.Data (1)
Transforms\NormalizeColumn.cs (1)
662
Host
= host;
7 references to Host
Microsoft.ML.Data (7)
Transforms\NormalizeColumn.cs (1)
674
=> throw
Host
.ExceptNotSupp();
Transforms\NormalizeColumnDbl.cs (3)
1170
Host
.Assert(0 <= _offset && _offset <= 1);
1250
Host
.Assert(0 <= _offset[i] && _offset[i] <= 1);
1302
Host
.Check(dst.Length == _binUpperBounds.Length);
Transforms\NormalizeColumnSng.cs (3)
1331
Host
.Assert(0 <= _offset && _offset <= 1);
1411
Host
.Assert(0 <= _offset[i] && _offset[i] <= 1);
1463
Host
.Check(dst.Length == _binUpperBounds.Length);