Added Sources

This commit is contained in:
Shreya123714 2023-10-27 23:39:32 +05:30
parent 48f246d9df
commit 5e1dfe63d1

View File

@ -1,5 +1,10 @@
import matplotlib.pyplot as plt
import numpy as np
""""
FuzzySet class for triangular fuzzy sets
Author: Shreya123714
Source: https://en.wikipedia.org/wiki/Fuzzy_set
"""
class FuzzySet:
"""