Added tests

This commit is contained in:
Andrew Kane
2022-09-23 12:42:23 -07:00
parent 2d01442bbc
commit fc1366cb9e
3 changed files with 13 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ model.p_factors();
model.q_factors();
```
Get the latent factors of a specific row or column
Get the latent factors of a specific row or column [unreleased]
```rust
model.p_row(row_index);