pyspark.mllib.util.
JavaLoader
Mixin for classes which can load saved models using its Scala implementation.
New in version 1.3.0.
Methods
load(sc, path)
load
Load a model from the given path.
Methods Documentation