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;
151
return new RandCursor(this, columnsNeeded, rand,
_counts
);