search for: regtree

Displaying 17 results from an estimated 17 matches for "regtree".

Did you mean: regfree
2013 Mar 14
0
Quick regtree question
Hi all; Shot in the dark here, but I am attempting to use regtree and I've noticed that it seems to simply dump the entire registry even if a location is specified (i.e. HKEY_LOCAL_MACHINE\SOFTWARE) - is this how it is intended to work or am I simply 'doing it wrong'. Thanks for any light anyone might be able to provide! DEAN WILLIAMS / Block 64...
2009 Dec 04
2
Installing RandomForest on SuSe Linux - warnings
...In function ?predictClassTree?: classTree.c:414: warning: ?cbestsplit? may be used uninitialized in this function gcc -std=gnu99 -I/usr/lib64/R/include -I/usr/local/include -fpic -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -c regTree.c -o regTree.o regTree.c: In function ?predictRegTree?: regTree.c:294: warning: ?cbestsplit? may be used uninitialized in this function gcc -std=gnu99 -I/usr/lib64/R/include -I/usr/local/include -fpic -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchro...
2007 Nov 11
2
using RSperl with "tree" package
Hello, I am trying to use the "tree" package in R with RSperl. I have generated a regression tree using the "tree" package in R and saved it in a file say "RegTree_2.Rdata" If I use the predict function from R command line, it works fine. However, I want to use it from within perl using RSperl. To do that, here is what I do, my $regTree = "RegTree_2.Rdata"; my $tree = &R::load($regTree); my $ans = &R::call("predict.tree", $t...
2009 Jan 20
1
Can't find -lg2c when installing randomForest
.... ** libs gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c classTree.c -o classTree.o gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c regrf.c -o regrf.o gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c regTree.c -o regTree.o gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c rf.c -o rf.o g77 -fpic -O2 -g -c rfsub.f -o rfsub.o gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c rfutils.c -o rfutils.o gcc -shared -Wl,-O1 -o randomForest.so cla...
2005 Aug 08
2
installing problems about randomForest
...uot;": No such file or directory * Installing *source* package 'randomForest' ... ** libs gcc -I/user_data2/jfxiao/local/lib/R/include -I/usr/freeware/include -g -O2 -c classTree.c -o classTree.o gcc -I/user_data2/jfxiao/local/lib/R/include -I/usr/freeware/include -g -O2 -c regTree.c -o regTree.o gcc -I/user_data2/jfxiao/local/lib/R/include -I/usr/freeware/include -g -O2 -c regrf.c -o regrf.o gcc -I/user_data2/jfxiao/local/lib/R/include -I/usr/freeware/include -g -O2 -c rf.c -o rf.o f77 -OPT:IEEE_NaN_inf=ON -O2 -c rfsub.f -o rfsub.o "rfsub.f", line 90...
2007 Oct 20
1
path to libgfortran 'hardcoded' in R?
...source* package 'randomForest' ... ** libs gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c classTree.c -o classTree.o gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c regTree.c -o regTree.o gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c regrf.c -o regrf.o gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c rf.c -o rf.o gfortran -fpic -g -O2 -c rf...
2009 Jun 11
1
gfortran command not found?
...g R install.packages("randomForest") and I get this * Installing *source* package ‘randomForest’ ... ** libs gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c classTree.c -o classTree.o gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c regTree.c -o regTree.o gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c regrf.c -o regrf.o gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c rf.c -o rf.o gfortran -fpic -O2 -c rfsub.f -o rfsub.o make: gfortran: Command not found make: *** [rfsub.o] Erro...
2004 May 21
2
read (and edit?) registry files on Linux
Hello, Is there a way in Linux to read Windows registry files? I have only ssh access to the Linux/Samba server, and would like to be able to check settings in user profiles (in their ntuser.dat files). Best would be if I could even edit settings in there. For now, it seems the only thing I can do is scp the files to a Windows machine, and manually load the hives in regedt32. Very
2010 May 10
0
Fw: [R] Installing randomForest on Ubuntu Errors
...-std=gnu99 -I /usr/share/R/include -I/usr/share/R/include -fpic -g | -O2 -c classTree.c -o classTree.o | gcc -std=gnu99 -I /usr/share/R/include -I/usr/share/R/include -fpic -g | -O2 -c regrf.c -o regrf.o | gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -fpic -g | -O2 -c regTree.c -o regTree.o | gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -fpic -g | -O2 -c rf.c -o rf.o | | gfortran -fpic - g -O2 -c rfsub.f -o rfsub.o | /bin/bash gfortran: command not found | | make *** [rfsub.o] Error 127 | ERROR: compilation failed for package 'randomForest...
2006 Jun 05
2
[PATCH] Pet peave then->than
...g keys - support for security descriptors -- pass parsed paths around rather then strings (i.e. just a list of strings) +- pass parsed paths around rather than strings (i.e. just a list of strings) - integrate various registry tools ? - finish new patchfile code Index: source/lib/registry/man/regtree.1.xml =================================================================== --- source/lib/registry/man/regtree.1.xml (revision 16046) +++ source/lib/registry/man/regtree.1.xml (working copy) @@ -30,7 +30,7 @@ <para>The regtree utility prints out all the contents of a Windows registry f...
2011 May 14
3
regpatch writing to local registry hive with -F not working (registery-utils 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1)
...e LegalNoticeCaption with type (null), length 0: About to write LegalNoticeText with type (null), length 0: About to write allocatecdroms with type (null), length 1: 1 About to write AutoAdminLogon with type (null), length 1: 1 regdiff also seems to ignore any .reg files passed to it. conversely regtree and regshell both seem to work fine operating on a local hive though. (actually regtree borks reading the software hive but is ok on others) The man pages elude to it being able to do this so is it me being thick or is it not meant to work? http://manpages.ubuntu.com/manpages/natty/en/man1/regpatc...
2018 Feb 01
5
4.7.4 build fails
...-dcerpc-smb-acl.so [3632/3915] Linking default/source4/librpc/python-dcerpc-xattr.so [3633/3915] Linking default/source3/smbtorture3 [3634/3915] Linking default/source4/librpc/python-auth.so [3635/3915] Linking default/source4/auth/gensec/pygensec.so [3636/3915] Linking default/source4/lib/registry/regtree [3637/3915] Linking default/source4/librpc/python-dcerpc-dnsp.so [3638/3915] Linking default/source4/libcli/wbclient/libLIBWBCLIENT-OLD-samba4.so [3639/3915] Linking default/source4/librpc/python-unixinfo.so [3640/3915] Linking default/source4/librpc/python-echo.so [3641/3915] Linking default/sourc...
2009 Mar 23
0
regpatch problem ?
...ee that backporting Debian experimental's samba4 package was very easy, so now I have a backported-to-Etch registry-tools package to start experiments : - regshell -F ntuser.dat works, one can manually add, remove, modify keys and values. But this is not really suitable for batch process - regtree -F ntuser.dat works too, - regpatch -F ntuser.dat patch.reg doesn't load the ntuser.dat (I verified with strace, it is not opened ). It looks like the -F option is silentely ignored . The .reg file is correctly parsed. Did I missed something ? It looks like the file option is not used,...
2010 Nov 19
1
gomp library with Rtools212
...bintreeReg.o c45read.o calibrate.o constrct.o constrctReg.o cost.o dataStore.o error.o estCommon.o estOrdAttr.o estimator.o estimatorReg.o expr.o exprReg.o frontend.o ftree.o kdtree.o mathutil.o menu.o model.o modelReg.o mstring.o new_new.o nrutil.o options.o printUtil.o prune.o pruneReg.o random.o regtree.o relieff.o rfRegularize.o rfUtil.o rndforest.o rrelieff.o treenode.o treenodeReg.o trutil.o trutilReg.o utils.o -fopenmp -LC:/Util/R/R-2.12.0/bin/i386 -lR c:/util/rtools/mingw/bin/../lib/gcc/mingw32/4.5.0/libgomp.a(parallel.o):(.te xt+0x19): undefined reference to `_imp__pthread_getspecific' c...
2018 Feb 01
0
4.7.4 build fails
...3632/3915] Linking default/source4/librpc/python-dcerpc-xattr.so > [3633/3915] Linking default/source3/smbtorture3 > [3634/3915] Linking default/source4/librpc/python-auth.so > [3635/3915] Linking default/source4/auth/gensec/pygensec.so > [3636/3915] Linking default/source4/lib/registry/regtree > [3637/3915] Linking default/source4/librpc/python-dcerpc-dnsp.so > [3638/3915] Linking > default/source4/libcli/wbclient/libLIBWBCLIENT-OLD-samba4.so > [3639/3915] Linking default/source4/librpc/python-unixinfo.so > [3640/3915] Linking default/source4/librpc/python-echo.so > [36...
2010 Jan 20
1
[LLVMdev] Make LoopBase inherit from "RegionBase"?
...e best merge blocks possible. Just without requiring CFG changes. I am in writing some documentation about this that we could discuss later on. If you are interested I run my analysis on aermod from polyhedron. The results can be found here: http://tobias.osaft.eu/llvm/region/aermod/ There is a .regtree.txt file containing the region tree for every function of the binary. Furthermore there are the results of an example analysis, that finds the biggest regions without loops. (The .dot and a .svg files) If you have the impression some regions are not SESE keep in mind that I took the same color fo...
2010 May 02
2
samba4 make error - drsblobs.so
.../process_single.c Partially linking bin/mergedobj/process_model_single.o Compiling smbd/process_prefork.c Partially linking bin/mergedobj/process_model_prefork.o Compiling smbd/process_standard.c Partially linking bin/mergedobj/process_model_standard.o Linking bin/samba Compiling lib/registry/tools/regtree.c Linking bin/regtree Compiling ../libcli/nbt/tools/nmblookup.c Linking bin/nmblookup Compiling heimdal/lib/roken/rkpty.c Linking bin/rkpty Compiling lib/ldb/tools/ldbadd.c Compiling lib/ldb/tools/cmdline.c Partially linking bin/mergedobj/ldb_cmdline.o Compiling lib/ldb/tools/ldbutil.c Partially li...