11 references to ToIntArray
Microsoft.ML.FastTree (11)
Dataset\Dataset.cs (2)
491Boundaries = buffer.ToIntArray(ref position); 495_docToQuery = buffer.ToIntArray(ref position);
Dataset\DenseIntArray.cs (1)
701_data = buffer.ToIntArray(ref position);
Dataset\SegmentIntArray.cs (1)
114_segLength = buffer.ToIntArray(ref position);
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
1179CategoricalSplitRange = buffer.ToIntArray(ref offset); 1181CategoricalFeatureIndices = buffer.ToIntArray(ref offset);
TreeEnsemble\InternalRegressionTree.cs (5)
104LteChild = buffer.ToIntArray(ref position); 105GtChild = buffer.ToIntArray(ref position); 106SplitFeatures = buffer.ToIntArray(ref position); 115CategoricalSplitFeatures[index] = buffer.ToIntArray(ref position); 116CategoricalSplitFeatureRanges[index] = buffer.ToIntArray(ref position);