2 writes to _index
Microsoft.ML.Data (2)
Transforms\RangeFilter.cs (2)
101if (!schema.TryGetColumnIndex(options.Column, out _index)) 151if (!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; 192ctx.SaveNonEmptyString(Source.Schema[_index].Name); 256activeInput[_index] = true; 322if (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]);