FRsūtil̲s
A fuzzy-rough reasoning utilities library
 
Loading...
Searching...
No Matches
frsutils.utils.plot_implicators Namespace Reference

Variables

int n = 200
 
 arr = np.concatenate([np.zeros(n // 2), np.ones(n // 2)])
 
 similarity_vals = np.linspace(0, 1, n)
 
 b_vals = arr
 
 AVals
 
 simVals
 
 ImpVals = np.vectorize(imp.imp_lukasiewicz)(AVals, simVals)
 
 fig = plt.figure(figsize=(10, 7))
 
 ax = fig.add_subplot(111, projection='3d')
 
 c
 
 marker
 

Variable Documentation

◆ arr

frsutils.utils.plot_implicators.arr = np.concatenate([np.zeros(n // 2), np.ones(n // 2)])

Definition at line 14 of file plot_implicators.py.

◆ AVals

frsutils.utils.plot_implicators.AVals

Definition at line 18 of file plot_implicators.py.

◆ ax

frsutils.utils.plot_implicators.ax = fig.add_subplot(111, projection='3d')

Definition at line 25 of file plot_implicators.py.

◆ b_vals

frsutils.utils.plot_implicators.b_vals = arr

Definition at line 17 of file plot_implicators.py.

◆ c

frsutils.utils.plot_implicators.c

Definition at line 30 of file plot_implicators.py.

◆ fig

frsutils.utils.plot_implicators.fig = plt.figure(figsize=(10, 7))

Definition at line 24 of file plot_implicators.py.

◆ ImpVals

frsutils.utils.plot_implicators.ImpVals = np.vectorize(imp.imp_lukasiewicz)(AVals, simVals)

Definition at line 21 of file plot_implicators.py.

◆ marker

frsutils.utils.plot_implicators.marker

Definition at line 30 of file plot_implicators.py.

◆ n

int frsutils.utils.plot_implicators.n = 200

Definition at line 13 of file plot_implicators.py.

◆ similarity_vals

frsutils.utils.plot_implicators.similarity_vals = np.linspace(0, 1, n)

Definition at line 16 of file plot_implicators.py.

◆ simVals

frsutils.utils.plot_implicators.simVals

Definition at line 18 of file plot_implicators.py.