Skip to content

Commit

Permalink
set it to private
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinsource committed Nov 5, 2014
1 parent 6357b98 commit c3ef9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package org.apache.spark.mllib.export
* - PMML exports the machine learning models in an XML-based file format
* called Predictive Model Markup Language developed by the Data Mining Group (www.dmg.org).
*/
object ModelExportType extends Enumeration{
private[mllib] object ModelExportType extends Enumeration{

type ModelExportType = Value
val PMML = Value
Expand Down

0 comments on commit c3ef9b8

Please sign in to comment.