Skip to content

Commit

Permalink
docstring for zero_thres
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Oct 12, 2023
1 parent 72f499f commit 24ff19c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/signature_mahalanobis_knn/mahal_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ def __init__(
svd_thres : float, optional
Threshold to decide numerical rank of the data matrix,
by default 1e-12.
zero_thres : float, optional
Threshold to decide whether the distance is zero,
by default 1e-15.
"""
self.subspace_thres: float = subspace_thres
self.svd_thres: float = svd_thres
Expand Down

0 comments on commit 24ff19c

Please sign in to comment.