1 write to Host
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
466Host = env.Register(name);
6 references to Host
Microsoft.ML.Data (6)
DataView\DataViewConstructionUtils.cs (6)
467Host.AssertValue(schemaDefn); 609Host.CheckValue(data, nameof(data)); 623return new WrappedCursor(new Cursor(Host, "ListDataView", this, predicate, rand)); 706return new WrappedCursor(new Cursor(Host, this, predicate)); 768Host.AssertValue(value); 776return new WrappedCursor(new Cursor(Host, this, predicate));