public static class MatrixFactorizationModel.SaveLoadV1_0$
extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static MatrixFactorizationModel.SaveLoadV1_0$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| SaveLoadV1_0$() | 
| Modifier and Type | Method and Description | 
|---|---|
| MatrixFactorizationModel | load(SparkContext sc,
    String path) | 
| void | save(MatrixFactorizationModel model,
    String path)Saves a  MatrixFactorizationModel, where user features are saved underdata/usersand
 product features are saved underdata/products. | 
public static final MatrixFactorizationModel.SaveLoadV1_0$ MODULE$
public void save(MatrixFactorizationModel model, String path)
MatrixFactorizationModel, where user features are saved under data/users and
 product features are saved under data/products.model - (undocumented)path - (undocumented)public MatrixFactorizationModel load(SparkContext sc, String path)