2 writes to _infos
Microsoft.ML.Data (2)
Transforms\NAFilter.cs (2)
101
_infos
= new ColInfo[args.Columns.Length];
138
_infos
= new ColInfo[cinfo];
14 references to _infos
Microsoft.ML.Data (14)
Transforms\NAFilter.cs (14)
102
_srcIndexToInfoIndex = new Dictionary<int, int>(
_infos
.Length);
105
for (int i = 0; i <
_infos
.Length; i++)
118
_infos
[i] = new ColInfo(index, type);
139
_srcIndexToInfoIndex = new Dictionary<int, int>(
_infos
.Length);
154
_infos
[i] = new ColInfo(index, type);
180
Host.Assert(
_infos
.Length > 0);
181
ctx.Writer.Write(
_infos
.Length);
182
foreach (var info in
_infos
)
244
for (int i = 0; i <
_infos
.Length; i++)
245
activeInput[
_infos
[i].Index] = true;
390
_values = new Value[_parent.
_infos
.Length];
391
for (int i = 0; i < _parent.
_infos
.Length; i++)
392
_values[i] = Value.Create(this, _parent.
_infos
[i]);
439
for (int i = 0; i < _parent.
_infos
.Length; i++)