forked from moreo/QuaPy
Fix a typo.
This commit is contained in:
parent
448d60ac42
commit
3705264529
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue