3 writes to _counts
Microsoft.ML.Data (3)
DataView\AppendRowsDataView.cs (3)
83_counts = new int[_sources.Length]; 90_counts = null; 97_counts = null;
2 references to _counts
Microsoft.ML.Data (2)
DataView\AppendRowsDataView.cs (2)
100_counts[i] = (int)count; 151return new RandCursor(this, columnsNeeded, rand, _counts);