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