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 6b5651e commit 5f2dec2Copy full SHA for 5f2dec2
mllib/src/main/scala/org/apache/spark/mllib/tree/impl/TreePoint.scala
@@ -38,7 +38,8 @@ import org.apache.spark.rdd.RDD
38
* @param binnedFeatures Binned feature values.
39
* Same length as LabeledPoint.features, but values are bin indices.
40
*/
41
-private[tree] class TreePoint(val label: Double, val binnedFeatures: Array[Int]) extends Serializable {
+private[tree] class TreePoint(val label: Double, val binnedFeatures: Array[Int])
42
+ extends Serializable {
43
}
44
45
private[tree] object TreePoint {
0 commit comments