Skip to content

Commit

Permalink
fixing comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Mar 11, 2014
1 parent ad1fc21 commit 62c2562
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ object DecisionTree extends Serializable with Logging {

/**
* Finds the right bin for the given feature
*/
*/
def findBin(
featureIndex: Int,
labeledPoint: LabeledPoint,
Expand Down Expand Up @@ -362,7 +362,7 @@ object DecisionTree extends Serializable with Logging {
* b21, b22, .. , b2k,
* bl1, bl2, .. , blk
* Denotes invalid sample for tree by noting bin for feature 1 as -1
*/
*/
def findBinsForLevel(labeledPoint: LabeledPoint): Array[Double] = {

// calculating bin index and label per feature per node
Expand Down

0 comments on commit 62c2562

Please sign in to comment.