Class MatrixFactorizationModel.SaveLoadV1_0$
Object
org.apache.spark.mllib.recommendation.MatrixFactorizationModel.SaveLoadV1_0$
- Enclosing class:
 - MatrixFactorizationModel
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatrixFactorizationModel.SaveLoadV1_0$Static reference to the singleton instance of this Scala object. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionload(SparkContext sc, String path) voidsave(MatrixFactorizationModel model, String path) Saves aMatrixFactorizationModel, where user features are saved underdata/usersand product features are saved underdata/products. 
- 
Field Details
- 
MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 - 
Constructor Details
- 
SaveLoadV1_0$
public SaveLoadV1_0$() 
 - 
 - 
Method Details
- 
save
Saves aMatrixFactorizationModel, where user features are saved underdata/usersand product features are saved underdata/products.- Parameters:
 model- (undocumented)path- (undocumented)
 - 
load
 
 -