FRsūtil̲s
A fuzzy-rough reasoning utilities library
 
Loading...
Searching...
No Matches
plot_tnorms.py File Reference

Go to the source code of this file.

Namespaces

namespace  frsutils
 
namespace  frsutils.utils
 
namespace  frsutils.utils.plot_tnorms
 

Variables

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