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 eef779b commit 17b1031Copy full SHA for 17b1031
mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala
@@ -434,15 +434,6 @@ class Word2VecModel private[mllib] (
434
}
435
436
437
- /**
438
- * Transforms an RDD to its vector representation
439
- * @param dataset a an RDD of words
440
- * @return RDD of vector representation
441
- */
442
- def transform(dataset: RDD[String]): RDD[Vector] = {
443
- dataset.map(word => transform(word))
444
- }
445
-
446
/**
447
* Find synonyms of a word
448
* @param word a word
0 commit comments