1 write to _host
Microsoft.ML.Data (1)
DataView\ZipDataView.cs (1)
48
_host
= host;
5 references to _host
Microsoft.ML.Data (5)
DataView\ZipDataView.cs (5)
50
_host
.Assert(Utils.Size(sources) > 1);
67
_host
.Check(cur.Value >= 0, "One of the sources returned a negative row count");
78
_host
.CheckValueOrNull(rand);
99
_host
.AssertValue(dv);
118
: base(parent.
_host
)