From b4a3e412e76267795e26cda72559922a41011785 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:03:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- fuzzy_logic/gaussian_fuzzyset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzy_logic/gaussian_fuzzyset.py b/fuzzy_logic/gaussian_fuzzyset.py index b4eb4ec43..69b542d33 100644 --- a/fuzzy_logic/gaussian_fuzzyset.py +++ b/fuzzy_logic/gaussian_fuzzyset.py @@ -22,9 +22,9 @@ class GaussianFuzzySet: Attributes: name: The name or label of the fuzzy set. mean: The mean value (center) of the Gaussianfuzzy set. - std_dev: The standard deviation (controls the spread) of + std_dev: The standard deviation (controls the spread) of the Gaussian fuzzy set. - is_complement: Indicates whether this is the complement + is_complement: Indicates whether this is the complement of the original fuzzy set. Methods: membership(x): Calculate the membership value of an input 'x' in the fuzzy set.