From 563ee48ddbc9b97c4ff80eca78b5f1adf9d7a661 Mon Sep 17 00:00:00 2001 From: jdalch <132382163+jdalch@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:38:13 +0200 Subject: [PATCH] Update oodeel/methods/rmds.py Co-authored-by: cofri --- oodeel/methods/rmds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oodeel/methods/rmds.py b/oodeel/methods/rmds.py index 50b8c40..ba251c9 100644 --- a/oodeel/methods/rmds.py +++ b/oodeel/methods/rmds.py @@ -43,8 +43,8 @@ def __init__(self, eps: float = 0.002): def _fit_to_dataset(self, fit_dataset: DatasetType) -> None: """ - Constructs the pear class means and the covariance matrice, - as well as the background mean and covariance matrice, + Constructs the per class means and the covariance matrix, + as well as the background mean and covariance matrix, from ID data "fit_dataset". The means and pseudo-inverses of the covariance matrices will be used for RMDS score computation.