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 e1eb251 commit 6357b98Copy full SHA for 6357b98
mllib/src/main/scala/org/apache/spark/mllib/export/ModelExportFactory.scala
@@ -21,7 +21,7 @@ import org.apache.spark.mllib.clustering.KMeansModel
21
import org.apache.spark.mllib.export.pmml.KMeansPMMLModelExport
22
import org.apache.spark.mllib.export.ModelExportType._
23
24
-object ModelExportFactory {
+private[mllib] object ModelExportFactory {
25
26
/**
27
* Factory object to help creating the necessary ModelExport implementation
0 commit comments