Skip to content

Commit 5c1b2ca

Browse files
committed
doc for PointConverter class
1 parent 485eaae commit 5c1b2ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mllib/src/main/scala/org/apache/spark/mllib/point/PointConverter.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ package org.apache.spark.mllib.point
2020
import org.apache.spark.rdd.RDD
2121
import org.apache.spark.mllib.regression.LabeledPoint
2222

23+
/**
24+
* Class to convert between different point formats.
25+
*/
2326
object PointConverter {
2427

2528
implicit def LabeledPoint2WeightedLabeledPoint(

0 commit comments

Comments
 (0)