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)
415ITransformer 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)); 608throw _host.ExceptParam(nameof(col), "Bad call to GetSlotCursor on untransposable column '{0}'", 611_host.AssertValue(_tview);