1 write to _host
Microsoft.ML.Data (1)
DataLoadSave\LegacyCompositeDataLoader.cs (1)
425
_host
= host;
13 references to _host
Microsoft.ML.Data (13)
DataLoadSave\LegacyCompositeDataLoader.cs (13)
415
ITransformer transformer = new TransformWrapper(
_host
, transform.Transform);
426
_host
.AssertNonEmpty(transforms);
436
_host
.Assert(transforms[i].Transform.Source == transforms[i - 1].Transform, "Transforms are not linked");
438
_host
.AssertValue(srcLoader, "loader", "Transform chain doesn't start with a loader");
439
_host
.Assert(!(srcLoader is LegacyCompositeDataLoader), "Can't have composite source loader");
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);