1 write to Host
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
24Host = env.Register(registrationName);
4 references to Host
Microsoft.ML.Data (4)
DataView\BatchDataViewMapperBase.cs (4)
32Host.CheckValue(columnsNeeded, nameof(columnsNeeded)); 33Host.CheckValueOrNull(rand); 45return new BindingsWrappedRowCursor(Host, inputCursor, SchemaBindings); 93: base(parent.Host)