4 references to ToUIntArray
Microsoft.ML.FastTree (4)
Dataset\DenseIntArray.cs (1)
221_data = buffer.ToUIntArray(ref position);
Dataset\Feature.cs (1)
221_valueMap = buffer.ToUIntArray(ref position);
Dataset\SegmentIntArray.cs (1)
115_data = buffer.ToUIntArray(ref position);
TreeEnsemble\InternalRegressionTree.cs (1)
120Thresholds = buffer.ToUIntArray(ref position);