1 write to _host
Microsoft.ML.Data (1)
DataView\ArrayDataViewBuilder.cs (1)
211
_host
= env.Register("ArrayDataView");
8 references to _host
Microsoft.ML.Data (8)
DataView\ArrayDataViewBuilder.cs (8)
213
_host
.AssertValue(builder);
214
_host
.Assert(rowCount >= 0);
215
_host
.Assert(builder._names.Count == builder._columns.Count);
227
meta.AddKeyValues(_columns[i].Type.GetKeyCountAsInt32(
_host
), TextDataViewType.Instance, keyValueGetter);
239
_host
.CheckValueOrNull(rand);
240
return new Cursor(
_host
, this, predicate, rand);
247
_host
.CheckValueOrNull(rand);
248
return new DataViewRowCursor[] { new Cursor(
_host
, this, predicate, rand) };