Skip to content

Commit

Permalink
Update oodeel/methods/rmds.py
Browse files Browse the repository at this point in the history
Co-authored-by: cofri <[email protected]>
  • Loading branch information
jdalch and cofri authored Apr 22, 2024
1 parent fbb11fe commit 563ee48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oodeel/methods/rmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 563ee48

Please sign in to comment.