org.apache.spark.mllib.clustering
Load a model from the given path.
Load a model from the given path.
The model should have been saved by Saveable.save
.
Spark context used for loading model files.
Path specifying the directory to which the model was saved.
Model instance
Local (non-distributed) model fitted by LDA.
This model stores the inferred topics only; it does not store info about the training dataset.