ex-7: fix typo

This commit is contained in:
Giù Marcer 2020-04-02 23:36:47 +02:00 committed by rnhmjoj
parent a1b84f022d
commit 720ecd4742

View File

@ -118,7 +118,7 @@ gsl_vector* fisher_proj(sample_t *c1, sample_t *c2) {
* *
* P(c|x) p(x|c)p(c) * P(c|x) p(x|c)p(c)
* ------- = --------------- = 1; * ------- = --------------- = 1;
* P(c|x) p(x|c)p(c) * P(c|x) p(x|c)p(c)
* *
* where p(x|c) is the probability for point x * where p(x|c) is the probability for point x
* along the fisher projection line. If the classes * along the fisher projection line. If the classes