1 write to DstLength
Microsoft.ML.Data (1)
Utilities\SlotDropper.cs (1)
54
DstLength
= srcLength > 1 ? ComputeLength(srcLength) : 0;
8 references to DstLength
Microsoft.ML.Data (4)
Transforms\SlotsDroppingTransformer.cs (2)
543
var dstLength = slotDropper.
DstLength
;
839
var dstLength = _slotDropper[iinfo].
DstLength
;
Utilities\SlotDropper.cs (2)
111
int newLength =
DstLength
== 0 ? ComputeLength(src.Length) :
DstLength
;
Microsoft.ML.FastTree (4)
FastTree.cs (4)
1399
numExamples = slotDropper?.
DstLength
?? trans.RowCount;
1444
ch.Assert(slotDropper.
DstLength
< temp.Length);
1446
temp.Length - slotDropper.
DstLength
, temp.Length);
1467
numExamples = slotDropper?.
DstLength
?? trans.RowCount;