File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ solver may be preferable in situations where the number of features is large.
232
232
The 'svd' solver cannot be used with shrinkage.
233
233
For QDA, the use of the SVD solver relies on the fact that the covariance
234
234
matrix :math: `\Sigma _k` is, by definition, equal to :math: `\frac {1 }{n - 1 }
235
- X_k^tX_k = V S^2 V^t` where :math: `V` comes from the SVD of the (centered)
235
+ X_k^tX_k = \frac { 1 }{n - 1 } V S^2 V^t` where :math: `V` comes from the SVD of the (centered)
236
236
matrix: :math: `X_k = U S V^t`. It turns out that we can compute the
237
237
log-posterior above without having to explictly compute :math: `\Sigma `:
238
238
computing :math: `S` and :math: `V` via the SVD of :math: `X` is enough. For
You can’t perform that action at this time.
0 commit comments