From 720ecd4742ab085dce090c57d9f7fb87a8cb78a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B9=20Marcer?= Date: Thu, 2 Apr 2020 23:36:47 +0200 Subject: [PATCH] ex-7: fix typo --- ex-7/fisher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex-7/fisher.c b/ex-7/fisher.c index 57cb587..8216595 100644 --- a/ex-7/fisher.c +++ b/ex-7/fisher.c @@ -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