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