We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098e8c5 commit 34549d0Copy full SHA for 34549d0
1 file changed
mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala
@@ -394,9 +394,6 @@ object DecisionTree extends Serializable with Logging {
394
// shift when more than one group is used at deep tree level
395
val groupShift = numNodes * groupIndex
396
397
- // shift when more than one group is used at deep tree level
398
- val groupShift = numNodes * groupIndex
399
-
400
/** Find the filters used before reaching the current code. */
401
def findParentFilters(nodeIndex: Int): List[Filter] = {
402
if (level == 0) {
0 commit comments