1 write to _sources
Microsoft.ML.Data (1)
DataView\ZipBinding.cs (1)
28
_sources
= sources;
4 references to _sources
Microsoft.ML.Data (4)
DataView\ZipBinding.cs (4)
29
_cumulativeColCounts = new int[
_sources
.Length + 1];
54
var result = new Func<int, bool>[
_sources
.Length];
55
for (int i = 0; i <
_sources
.Length; i++)
79
Contracts.Assert(0 <= srcCol && srcCol <
_sources
[srcIndex].Count);