FSPN icon indicating copy to clipboard operation
FSPN copied to clipboard

Wrong label on plot

Open stoianmihail opened this issue 3 years ago • 2 comments

In test_on_GAS.ipynb, the labels spn and fspn are switched.

plt.plot(x, card[idx[700:800]], color="red", alpha=0.5, label = "spn") plt.plot(x, card2[idx[700:800]], color="blue", alpha=0.5, label = "fspn").

stoianmihail avatar Jan 28 '22 14:01 stoianmihail

Thanks for pointing it out. We will fix it. Please refer to the printed q-error for a thorough comparison of FSPN and SPN.

wuziniu avatar Jan 28 '22 14:01 wuziniu

Algorithm, Data_prepare, Evaluation, Inference, Learning and Structures.I want the Data_prepare!

peipeidawang avatar Jun 06 '23 03:06 peipeidawang