Skip to content

Commit 62c2562

Browse files
committed
fixing comment indentation
1 parent ad1fc21 commit 62c2562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ object DecisionTree extends Serializable with Logging {
321321

322322
/**
323323
* Finds the right bin for the given feature
324-
*/
324+
*/
325325
def findBin(
326326
featureIndex: Int,
327327
labeledPoint: LabeledPoint,
@@ -362,7 +362,7 @@ object DecisionTree extends Serializable with Logging {
362362
* b21, b22, .. , b2k,
363363
* bl1, bl2, .. , blk
364364
* Denotes invalid sample for tree by noting bin for feature 1 as -1
365-
*/
365+
*/
366366
def findBinsForLevel(labeledPoint: LabeledPoint): Array[Double] = {
367367

368368
// calculating bin index and label per feature per node

0 commit comments

Comments
 (0)