1
0
Fork 0

Fix a typo.

This commit is contained in:
Paweł Czyż 2024-03-14 10:39:26 +01:00
parent 448d60ac42
commit 3705264529
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ class AggregativeQuantifier(BaseQuantifier, ABC):
class AggregativeCrispQuantifier(AggregativeQuantifier, ABC):
"""
Abstract class for quantification methods that base their estimations on the aggregation of crips decisions
Abstract class for quantification methods that base their estimations on the aggregation of crisp decisions
as returned by a hard classifier. Aggregative crisp quantifiers thus extend Aggregative
Quantifiers by implementing specifications about crisp predictions.
"""