org.apache.spark.mllib.util
:: DeveloperApi ::
Trait for classes which can load models and transformers from files. This should be inherited by an object paired with the model class.
Load a model from the given path.
The model should have been saved by Saveable.save.
Saveable.save
Spark context used for loading model files.
Path specifying the directory to which the model was saved.
Model instance
:: DeveloperApi ::
Trait for classes which can load models and transformers from files. This should be inherited by an object paired with the model class.