BLNNdevs / BLNN

Bayesian Learning for Neural Networks
GNU General Public License v3.0
5 stars 7 forks source link

Typo in BLNN/vignettes/Classification_Modeling.Rmd at line #169 : NUTSCpredClass #12

Open amir1m opened 3 years ago

amir1m commented 3 years ago

It seems on line#169 it should be "NUTSpredClass" instead of "NUTSCpredClass" ( extra C).

It should be: names(NUTSpredClass)<-c("Set", "Ver", "Vir")

noahmthomas-nmt commented 3 years ago

lines 141-144: ClassHMC<-BLNN_Update(ClassNet, ClassHMC) ClassNUTS<-BLNN_Update(ClassNet, ClassNUTS) ClassHMCwithEVE<-BLNN_Update(ClassNet, ClassHMCwithEVE) ClassNUTSwithEVE<-BLNN_Update(ClassNet, ClassNUTSwithEVE)

All use the same un-updated "ClassNet" object for prediction.