1 write to _colToActive
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
1043
_colToActive
= colToActive;
4 references to _colToActive
Microsoft.ML.Data (4)
Data\DataViewUtils.cs (4)
1112
Ch.CheckParam(column.Index <
_colToActive
.Length, nameof(column));
1113
return
_colToActive
[column.Index] >= 0;
1126
Ch.CheckParam(column.Index <
_colToActive
.Length, nameof(column), "requested column is not active or valid for the Schema.");
1128
var originGetter = _getters[
_colToActive
[column.Index]];