Skip to content

Commit

Permalink
doc for PointConverter class
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Jul 8, 2014
1 parent 485eaae commit 5c1b2ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ package org.apache.spark.mllib.point
import org.apache.spark.rdd.RDD
import org.apache.spark.mllib.regression.LabeledPoint

/**
* Class to convert between different point formats.
*/
object PointConverter {

implicit def LabeledPoint2WeightedLabeledPoint(
Expand Down

0 comments on commit 5c1b2ca

Please sign in to comment.