1 write to _host
Microsoft.ML.Data (1)
DataLoadSave\LegacyCompositeDataLoader.cs (1)
425
_host
= host;
10 references to _host
Microsoft.ML.Data (10)
DataLoadSave\LegacyCompositeDataLoader.cs (10)
415
ITransformer transformer = new TransformWrapper(
_host
, transform.Transform);
426
_host
.AssertNonEmpty(transforms);
505
_host
.CheckValue(ctx, nameof(ctx));
587
_host
.CheckValueOrNull(rand);
588
_host
.AssertValue(columnsNeeded);
595
_host
.CheckValueOrNull(rand);
596
_host
.AssertValue(columnsNeeded);
605
_host
.CheckParam(0 <= col && col < Schema.Count, nameof(col));
608
throw
_host
.ExceptParam(nameof(col), "Bad call to GetSlotCursor on untransposable column '{0}'",
611
_host
.AssertValue(_tview);