Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbyyh committed Aug 2, 2015
1 parent 60366ac commit 40f3931
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ private class RandomForest (
// Choose node splits, and enqueue new nodes as needed.
multiTimer("findBestSplits").start()
DecisionTree.findBestSplits(baggedInput, metadata, topNodes, nodesForGroup,
treeToNodeToIndexInfo, splits, bins, nodeQueue, multiTimer("chooseSplits"), nodeIdCache = nodeIdCache)
treeToNodeToIndexInfo, splits, bins, nodeQueue, multiTimer("chooseSplits"),
nodeIdCache = nodeIdCache)
multiTimer("findBestSplits").stop()
}

Expand Down

0 comments on commit 40f3931

Please sign in to comment.