pyspark.mllib.util.
JavaSaveable
Mixin for models that provide save() through their Scala implementation.
New in version 1.3.0.
Methods
save(sc, path)
save
Save this model to the given path.
Methods Documentation