Where can I obtain the relevant arguments for R's randomforest for which I need to provide signatures in dotcall64?
I have 14 million cases and about 20 predictors. I tried running randomforest on my university's High Performance Computing cluster (unix). I got an error " long vectors (argument 24) are not supported in .C". I have successfully run it for up to about 6 million cases. I just about know enough R to run statistical tests on PCs and clusters. I have no knowledge of C or how to obtain, read and edit any low level languages that randomforest is based on, if any. thanks.
I am trying to see if there is an analogous solution based on this