mirror of
https://github.com/johrpan/geposan.git
synced 2025-10-26 18:57:25 +01:00
neural: Always use position data
This commit is contained in:
parent
4b1ab9fc9a
commit
1af138bf6f
2 changed files with 14 additions and 27 deletions
|
|
@ -41,10 +41,7 @@ analyze <- function(preset, progress = NULL) {
|
|||
correlation(..., use_positions = TRUE)
|
||||
},
|
||||
"proximity" = proximity,
|
||||
"neural" = neural,
|
||||
"neural_positions" = function(...) {
|
||||
neural(..., use_positions = TRUE)
|
||||
}
|
||||
"neural" = neural
|
||||
)
|
||||
|
||||
results <- cached("analysis", preset, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue