adiehl96 / BasicRFM

Matlab implementation of "Random function priors for exchangeable arrays with applications to graphs and relational data" by Lloyd et al (2012)
GNU General Public License v3.0
0 stars 0 forks source link

Repeatedly running changes results #12

Closed adiehl96 closed 2 years ago

adiehl96 commented 2 years ago

To reproduce this bug, perform the following steps:

  1. open matlab
  2. navigate to the demos folder
  3. change the value of params.U_Dim to 1
  4. execute the highschool_predict.m file
  5. wait for the result to show on screen
  6. without closing matlab, execute the highschool_predict.m file again
  7. Observe a change in the result The above steps indicate to me that running the function doesn't reset the arrays before running the algorithm. This might lead to unwanted consequences.
adiehl96 commented 2 years ago

This should be in the readme