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