Hi,
The Example in the ?ensemble_modelling help file runs two algorithms, but the output correlation between algorithms is empty. If I add more algorithms, the output correlation misses the first one:
ESDM <- ensemble_modelling(c('MARS', 'CTA', "GLM"), Occurrences, Env, rep = 1,
Xcol = 'LONGITUDE', Ycol = 'LATITUDE',
ensemble.thresh = c(0.6))
plot(ESDM)
ESDM@algorithm.correlation
# CTA.SDM.ensemble GLM.SDM.ensemble
# CTA.SDM.ensemble 1.0000000 0.2152712
# GLM.SDM.ensemble 0.2152712 1.0000000
Regards,
Hi,
The Example in the
?ensemble_modellinghelp file runs two algorithms, but the output correlation between algorithms is empty. If I add more algorithms, the output correlation misses the first one:Regards,