11 references to ToIntArray
Microsoft.ML.FastTree (11)
Dataset\Dataset.cs (2)
491
Boundaries = 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)
1179
CategoricalSplitRange = buffer.
ToIntArray
(ref offset);
1181
CategoricalFeatureIndices = buffer.
ToIntArray
(ref offset);
TreeEnsemble\InternalRegressionTree.cs (5)
104
LteChild = buffer.
ToIntArray
(ref position);
105
GtChild = buffer.
ToIntArray
(ref position);
106
SplitFeatures = buffer.
ToIntArray
(ref position);
115
CategoricalSplitFeatures[index] = buffer.
ToIntArray
(ref position);
116
CategoricalSplitFeatureRanges[index] = buffer.
ToIntArray
(ref position);