marlonecobos / kuenm

kuenm: An R package for detailed calibration and construction of Maxent Ecological Niche Models.
63 stars 24 forks source link

Independent Evaluation function for SWD format?? #30

Closed SDMENM closed 3 years ago

SDMENM commented 3 years ago

I used the following function to evaluate final models (SWD) with independent data. kuenm_feval(path = "Final_models", occ.joint = oj, occ.ind = "ind_occ.csv", replicates = TRUE, out.eval = "F_models_evaluation", threshold = 5, rand.percent = 50, iterations = 500, parallel.proc = TRUE

I used ind_occ.csv but with variables as columns, as in contrast to ascii format where only coordinates are used. But, it takes like forever and the F_models_evaluation folder never shows up, neither R shows doing anything, although I have a super computer.

Does this function (kuenm_feval) even work for SWD format? If yes, what changes do I need to make to work for SWD?

Thanks.