Displaying 4 results from an estimated 4 matches for "treepr".
Did you mean:
treep
2010 Mar 01
1
Random Forest prediction questions
...versicolor virginica
0.928 0.072
>
why the voting is not the same for the same data? what do i do wrong?
another 2 questions:
1. i tries to debug another problem in which the individual vector was
smaller the tree number in the forest.
i noticed that in this row of code:
treepred <- matrix(object$classes[t1$treepred], nrow = length(keep),
dimnames = list(rn[keep], NULL))
the t1$treepred has values of 0 (i have 2 classes) and they droped from the
results
what does this 0 mean?
2. how can i drop a tree from the forest?
Thanks,
Dror
--
View this messag...
2008 Jan 25
3
Finding difficulty in installing Asterisk
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall -Werror -Wstrict-protot...
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
...m_vfpt.o ada/sem_warn.o ada/sinfo-cn.o ada/sinfo.o ada/sinput.o ada/sinput-d.o ada/sinput-l.o ada/snames.o ada/sprint.o ada/stand.o ada/stringt.o ada/style.o ada/switch.o ada/switch-c.o ada/stylesw.o ada/validsw.o ada/system.o ada/table.o ada/targparm.o ada/tbuild.o ada/tree_gen.o ada/tree_io.o ada/treepr.o ada/treeprs.o ada/ttypef.o ada/ttypes.o ada/types.o ada/uintp.o ada/uname.o ada/urealp.o ada/usage.o ada/widechar.o ada/back_end.o ada/gnat1drv.o prefix.o main.o libbackend.a attribs.o ../libiberty/libiberty.a -lintl -liconv \
libbackend.a(llvm-out.o)(.text+0x321): In function `llvm_c_expand_bod...
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
...e/c++/4.2.1 --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE --with-gmp=/usr/local --with-mpfr=/usr/local --with-libiconv-prefix=/usr/local
Had to do this to get the right gnatmake:
In llvm-gcc-4.2-objects/gcc/ada/Make-lang.in
declare:
gnatmake = /opt/gnat-gpl-2009/bin/gnatmake
For all targets ada/treeprs.ads through ada/nmake.ads
Change gnatmake -q
to $(gnatmake)