6 references to Segmented
Microsoft.ML.FastTree (6)
Dataset\IntArray.cs (5)
118
else if (type == IntArrayType.
Segmented
)
127
Contracts.CheckParam(type == IntArrayType.Current || type == IntArrayType.Repeat || type == IntArrayType.
Segmented
, nameof(type));
181
else if (type == IntArrayType.
Segmented
)
358
bestType = IntArrayType.
Segmented
;
365
if (bestType != IntArrayType.
Segmented
)
Dataset\SegmentIntArray.cs (1)
41
get { return IntArrayType.
Segmented
; }