FSPN
FSPN copied to clipboard
Wrong label on plot
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")
.
Thanks for pointing it out. We will fix it. Please refer to the printed q-error for a thorough comparison of FSPN and SPN.
Algorithm, Data_prepare, Evaluation, Inference, Learning and Structures.I want the Data_prepare!