Skip to content

Commit d39b04e

Browse files
Volodymyr OrlovVolodymyr Orlov
authored andcommitted
fix: fmt
1 parent 74a7c45 commit d39b04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decomposition/svd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! Similar to [`PCA`](../pca/index.html), SVD is a technique that can be used to reduce the number of input variables _p_ to a smaller number _k_, while preserving
44
//! the most important structure or relationships between the variables observed in the data.
5-
//!
5+
//!
66
//! Contrary to PCA, SVD does not center the data before computing the singular value decomposition.
77
//!
88
//! Example:

0 commit comments

Comments
 (0)