Minor cleanups and typo fixes.

This commit is contained in:
Ryan Curtin
2024-05-18 22:47:26 -04:00
parent 3da96a3e12
commit 07370284ff
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -149,7 +149,8 @@ function can be used to encode new data points.
of `data`. Each row represents the weight associated with each atom in
the dictionary.
After encoding, the original data can be recovered as `sc.Dictionary() * data`.
After encoding, the original data can be recovered (approximately) as
`sc.Dictionary() * data`.
### Other Functionality