1 write to _slotDropper
Microsoft.ML.Data (1)
Transforms\SlotsDroppingTransformer.cs (1)
476_slotDropper = new SlotDropper[_parent.ColumnPairs.Length];
8 references to _slotDropper
Microsoft.ML.Data (8)
Transforms\SlotsDroppingTransformer.cs (8)
492_slotDropper[i] = new SlotDropper(valueCount, _parent.SlotsMin[i], _parent.SlotsMax[i]); 493ComputeType(inputSchema, i, _slotDropper[i], out _suppressed[i], out _dstTypes[i], out _categoricalRanges[i]); 556_slotDropper[iinfo].DropSlots(ref names, ref dst); 803_slotDropper[iinfo].DropSlots(ref buffer, ref value); 839var dstLength = _slotDropper[iinfo].DstLength; 857GetCategoricalSlotRangesCore(iinfo, _slotDropper[iinfo].SlotsMin, _slotDropper[iinfo].SlotsMax, _categoricalRanges[iinfo], ref dst); 902var slots = _slotDropper[iinfo].GetPreservedSlots();