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 | |
Definition at line 14 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.AVals |
Definition at line 18 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.ax = fig.add_subplot(111, projection='3d') |
Definition at line 27 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.b_vals = arr |
Definition at line 17 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.c |
Definition at line 32 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.fig = plt.figure(figsize=(10, 7)) |
Definition at line 26 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.marker |
Definition at line 32 of file plot_tnorms.py.
int frsutils.utils.plot_tnorms.n = 200 |
Definition at line 13 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.similarity_vals = np.linspace(0, 1, n) |
Definition at line 16 of file plot_tnorms.py.
frsutils.utils.plot_tnorms.simVals |
Definition at line 18 of file plot_tnorms.py.
Definition at line 22 of file plot_tnorms.py.