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); 227meta.AddKeyValues(_columns[i].Type.GetKeyCountAsInt32(_host), TextDataViewType.Instance, keyValueGetter); 239_host.CheckValueOrNull(rand); 240return new Cursor(_host, this, predicate, rand); 247_host.CheckValueOrNull(rand); 248return new DataViewRowCursor[] { new Cursor(_host, this, predicate, rand) };