diff --git a/README.md b/README.md index 8ee3046..3b1734e 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ model.predict(row_index, column_index); Get the latent factors (these approximate the training matrix) ```rust -model.p_iter().collect::>(); -model.q_iter().collect::>(); +model.p_factors(); +model.q_factors(); ``` Get the bias (average of all elements in the training matrix)