Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
coderxiang committed Mar 19, 2015
1 parent a80e0ec commit 6f565c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,6 +55,6 @@ class MLPairRDDFunctions[K: ClassTag, V: ClassTag](self: RDD[(K, V)]) extends Se
@DeveloperApi
object MLPairRDDFunctions {
/** Implicit conversion from a pair RDD to MLPairRDDFunctions. */
implicit def fromRDD[K: ClassTag, V: ClassTag](rdd: RDD[(K, V)]): MLPairRDDFunctions[K, V] =
implicit def fromPairRDD[K: ClassTag, V: ClassTag](rdd: RDD[(K, V)]): MLPairRDDFunctions[K, V] =
new MLPairRDDFunctions[K, V](rdd)
}

0 comments on commit 6f565c0

Please sign in to comment.