mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-19 07:31:27 +00:00
Added Sources
This commit is contained in:
parent
48f246d9df
commit
5e1dfe63d1
@ -1,5 +1,10 @@
|
|||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
""""
|
||||||
|
FuzzySet class for triangular fuzzy sets
|
||||||
|
Author: Shreya123714
|
||||||
|
Source: https://en.wikipedia.org/wiki/Fuzzy_set
|
||||||
|
"""
|
||||||
|
|
||||||
class FuzzySet:
|
class FuzzySet:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user