1 write to _host
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
71
_host
= env.Register(RegistrationName);
8 references to _host
Microsoft.ML.Data (8)
DataView\AppendRowsDataView.cs (8)
73
_host
.AssertValueOrNull(schema);
74
_host
.AssertValue(sources);
75
_host
.Assert(sources.Length >= 2);
113
_host
.Check(_sources.All(source => source.Schema.Count == colCount), errMsg);
123
_host
.Check(schema[c].Name == name, errMsg);
124
_host
.Check(schema[c].Type.SameSizeAndItemType(type), errMsg);
137
_host
.Check(cur.Value >= 0, "One of the sources returned a negative row count");
172
: base(parent.
_host
)