Expand description
Discriminant analysis (ISL ch 4.4) — LDA (shared covariance ⇒ linear boundary)
and QDA (per-class covariance ⇒ quadratic boundary). Both are Gaussian
generative classifiers; the covariance inverse / log-determinant come from
linear_algebra::cholesky (no new solver). Kernel-class DenseLinear.