mirror of
https://github.com/johrpan/geposan.git
synced 2025-10-26 18:57:25 +01:00
Store more method results
This commit is contained in:
parent
f2bc4318a2
commit
51e7176a1a
5 changed files with 46 additions and 7 deletions
|
|
@ -52,7 +52,7 @@ analyze <- function(preset, progress = NULL) {
|
|||
method_results <- methods[[method_id]](
|
||||
preset,
|
||||
progress = method_progress
|
||||
)
|
||||
)$results
|
||||
|
||||
setnames(method_results, "score", method_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue