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