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 dce7055 commit b144216Copy full SHA for b144216
mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeansModel.scala
@@ -86,10 +86,6 @@ object KMeansModel extends Loader[KMeansModel] {
86
private[clustering]
87
val thisClassName = "org.apache.spark.mllib.clustering.KMeansModel"
88
89
- /**
90
- * Saves a [[KMeansModel]], where user features are saved under `data/users` and
91
- * product features are saved under `data/products`.
92
- */
93
def save(sc: SparkContext, model: KMeansModel, path: String): Unit = {
94
val sqlContext = new SQLContext(sc)
95
val wrapper = new VectorUDT()
0 commit comments