2 writes to _index
Microsoft.ML.Data (2)
Transforms\RangeFilter.cs (2)
101
if (!schema.TryGetColumnIndex(options.Column, out
_index
))
151
if (!schema.TryGetColumnIndex(column, out
_index
))
8 references to _index
Microsoft.ML.Data (8)
Transforms\RangeFilter.cs (8)
106
_type = schema[
_index
].Type;
154
_type = schema[
_index
].Type;
192
ctx.SaveNonEmptyString(Source.Schema[
_index
].Name);
256
activeInput[
_index
] = true;
322
if (column.Index != Parent.
_index
)
358
_srcGetter = Input.GetGetter<Single>(Input.Schema[Parent.
_index
]);
391
_srcGetter = Input.GetGetter<Double>(Input.Schema[Parent.
_index
]);
427
_srcGetter = Input.GetGetter<T>(Input.Schema[Parent.
_index
]);