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 ad1fc21 commit 62c2562Copy full SHA for 62c2562
mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala
@@ -321,7 +321,7 @@ object DecisionTree extends Serializable with Logging {
321
322
/**
323
* Finds the right bin for the given feature
324
- */
+ */
325
def findBin(
326
featureIndex: Int,
327
labeledPoint: LabeledPoint,
@@ -362,7 +362,7 @@ object DecisionTree extends Serializable with Logging {
362
* b21, b22, .. , b2k,
363
* bl1, bl2, .. , blk
364
* Denotes invalid sample for tree by noting bin for feature 1 as -1
365
366
def findBinsForLevel(labeledPoint: LabeledPoint): Array[Double] = {
367
368
// calculating bin index and label per feature per node
0 commit comments