1 write to _inputToSubsetColIndex
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
91
_subsetInput = SelectCachableColumns(input, _host, ref prefetch, out
_inputToSubsetColIndex
);
4 references to _inputToSubsetColIndex
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
184
int inputIndexLim =
_inputToSubsetColIndex
== null ? _subsetInput.Schema.Count :
_inputToSubsetColIndex
.Length;
186
var result =
_inputToSubsetColIndex
== null ? inputIndex :
_inputToSubsetColIndex
[inputIndex];