1 write to _data
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
97_data = data;
8 references to _data
Microsoft.ML.Data (8)
DataView\TypedCursor.cs (8)
104if (!_data.Schema.TryGetColumnIndex(col.ColumnName, out colIndex)) 108throw _host.ExceptSchemaMismatch(nameof(_data.Schema), "", col.ColumnName); 110var realColType = _data.Schema[colIndex].Type; 128var schema = _data.Schema; 186var inputCols = _data.Schema.Where(x => deps(x.Index)); 187var cursor = _data.GetRowCursor(inputCols, rand); 208var inputs = _data.GetRowCursorSet(_data.Schema.Where(col => _columnIndices.Contains(col.Index) || additionalColumnsPredicate(col.Index)), n, rand);