Skip to content

correlation output misses one of the algorithms in the ensemble #131

@AMBarbosa

Description

@AMBarbosa

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions