ex-7: fix typo
This commit is contained in:
parent
a1b84f022d
commit
720ecd4742
@ -118,7 +118,7 @@ gsl_vector* fisher_proj(sample_t *c1, sample_t *c2) {
|
||||
*
|
||||
* P(c₁|x) p(x|c₁)⋅p(c₁)
|
||||
* ------- = --------------- = 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
|
||||
* along the fisher projection line. If the classes
|
||||
|
Loading…
Reference in New Issue
Block a user