FRsūtil̲s
A fuzzy-rough reasoning utilities library
 
Loading...
Searching...
No Matches
frsutils.utils.plot_tnorms 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
 
 TNVals = np.multiply(AVals, simVals)
 
 fig = plt.figure(figsize=(10, 7))
 
 ax = fig.add_subplot(111, projection='3d')
 
 c
 
 marker
 

Variable Documentation

◆ arr

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

Definition at line 14 of file plot_tnorms.py.

◆ AVals

frsutils.utils.plot_tnorms.AVals

Definition at line 18 of file plot_tnorms.py.

◆ ax

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

Definition at line 27 of file plot_tnorms.py.

◆ b_vals

frsutils.utils.plot_tnorms.b_vals = arr

Definition at line 17 of file plot_tnorms.py.

◆ c

frsutils.utils.plot_tnorms.c

Definition at line 32 of file plot_tnorms.py.

◆ fig

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

Definition at line 26 of file plot_tnorms.py.

◆ marker

frsutils.utils.plot_tnorms.marker

Definition at line 32 of file plot_tnorms.py.

◆ n

int frsutils.utils.plot_tnorms.n = 200

Definition at line 13 of file plot_tnorms.py.

◆ similarity_vals

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

Definition at line 16 of file plot_tnorms.py.

◆ simVals

frsutils.utils.plot_tnorms.simVals

Definition at line 18 of file plot_tnorms.py.

◆ TNVals

frsutils.utils.plot_tnorms.TNVals = np.multiply(AVals, simVals)

Definition at line 22 of file plot_tnorms.py.