Displaying 2 results from an estimated 2 matches for "node_terminal".
2009 Apr 14
3
Problem cross-compiling on Ubuntu
...ot being found:
[snip - everything fine up to here]
i586-mingw32-g++ -isystem
/home/harry/RLibrary/forWindows/cross-tools/i586-mingw32/include
-I/home/harry/RLibrary/forWindows/WinR/R-2.6.0/include -Wall -O2
-c adaboost.cpp -o adaboost.o
In file included from dataset.h:20,
from node_terminal.h:21,
from distribution.h:20,
from adaboost.h:20,
from adaboost.cpp:3:
buildinfo.h:8:19: R.h: No such file or directory
adaboost.cpp: In member function `virtual GBMRESULT
CAdaBoost::ComputeWorkingResponse(double*, double*, double*, double*,
double...
2009 Dec 04
1
RandomForest - getTree status code
What does a status value of -3 mean when I do a regression with RF and use the getTree function?
left daughter right daughter split var split point status prediction
1 2 3 11 4.721000e+03 -3 15.8489576
2 4 5 5 6.500000e+00 -3 11.3240895
3 6 7 10 6.790674e+02 -3 23.7250079
4