We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4651154 commit aa4e4dfCopy full SHA for aa4e4df
mllib/src/main/scala/org/apache/spark/mllib/tree/impl/DTStatsAggregator.scala
@@ -78,7 +78,7 @@ private[tree] class DTStatsAggregator(
78
/**
79
* Number of elements for each node, corresponding to stride between nodes in [[allStats]].
80
*/
81
- private val nodeStride: Int = featureOffsets.last * statsSize
+ private val nodeStride: Int = featureOffsets.last
82
83
84
* Total number of elements stored in this aggregator.
0 commit comments