Displaying 3 results from an estimated 3 matches for "nwspro".
Did you mean:
unwspro
2007 Oct 05
0
new packages: caret, caretLSF and caretNWS
...ernate
versions of caret's train function that can be executed in parallel
using the Rlsf and nws packages, respectively. For example, if
bootstrapping is used to tune a model, the B models can be split over M
different nodes. For caretNWS, either the free nws package or the
commercial version (nwsPro) can be used. The commercial version offers
fault tolerance features (as well as support). Email
info at revolution-computing.com instead of me for more information about
nwsPro or nws.
Thanks to Steve Weston, Jed Wing and Andre Williams who contributed to
these packages.
Please send me emails at...
2007 Oct 05
0
new packages: caret, caretLSF and caretNWS
...ernate
versions of caret's train function that can be executed in parallel
using the Rlsf and nws packages, respectively. For example, if
bootstrapping is used to tune a model, the B models can be split over M
different nodes. For caretNWS, either the free nws package or the
commercial version (nwsPro) can be used. The commercial version offers
fault tolerance features (as well as support). Email
info at revolution-computing.com instead of me for more information about
nwsPro or nws.
Thanks to Steve Weston, Jed Wing and Andre Williams who contributed to
these packages.
Please send me emails at...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...-readline=yes (default) and headers/libs are
not available
My R-2.2.1/config.site has the following changes from default:
CC="cc -xtarget=opteron -xarch=amd64"
CFLAGS="-xO5 -xlibmil -dalign"
CPPFLAGS=-I/opt/sfw/include -I/opt/sfw/include/readline \
-I/opt/csw/include -I/opt/SUNWspro/include -I/opt/csw/include/readline
F77="f95 -xarch=amd64 -xtarget=opteron"
FFLAGS="-xO5 -xlibmil -dalign"
LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib
CXX="CC -xarch=amd64 -xtarget=opteron"
CXXFLAGS="-xO5 -xlibmil -dalign"
R_BROWSER=mozil...