search for: mtree

Displaying 20 results from an estimated 30 matches for "mtree".

Did you mean: tree
2004 Jan 14
4
mtree vs tripwire
Hi all. This might seem really naive, but can mtree be used effectively as a native-to-core-OS tripwire equivalent? Would it be as efficient in terms of time-to-run and resource requirements? What sort of pitfalls should I be aware of? Has anyone here done this? If so, would you care to share your scripts/techniques? Thanks, Dave -- _________...
2006 Mar 25
1
There were 25 warnings (use warnings() to see them)
...e(pred, spi[1251:13500,9]) > t pred 0 1 0 42 40 1 12 22 > classAgreement(t) but I get the warning. The warnings run like this: > warnings() Warning messages: 1: number of rows of result is not a multiple of vector length (arg 2) in: cbind(1, 1:N, predict(object$mtrees[[i]], newdata, type = "class")) 2: number of rows of result is not a multiple of vector length (arg 2) in: cbind(1, 1:N, predict(object$mtrees[[i]], newdata, type = "class")) 3: number of rows of result is not a multiple of vector length (arg 2) in: cbind(1, 1...
2011 Sep 08
1
Need formatting help - ctree - plot.party - node_hist
Hi, I am trying to get the terminal nodes of a plot of a ctree object to look nice. Using the iris data I have: library(party) mtree <- ctree(Species ~ ., data=iris) plot(mtree,terminal_panel=node_barplot(mtree)) The terminal nodes don't display the species names because the names are displayed horizontally. ?I would like to reduce the size of the labels and make the terminal nodes horizontal barplots or rotate the label...
2003 May 16
2
make installworld fails : touch not found ?
...nyone encounter this situation ? I have no idea about that. :-( Here is error message : ---------[make installworld ]----------------------------------------------- mkdir -p /tmp/install.466 for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep l n make makewhatis mkdir mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.466; done cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORM AT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/li bdata/perl/5.00503 GROFF_BIN_PATH...
2007 Feb 02
1
Problem with party and ordered factors
...i did anything wrong i tried the example of Torsten Hothorn, Kurt Hornik and Achim Zeileis described in the documentation party: A Laboratory for Recursive Part(y)titioning There i got the same problem. I execute the following code: > data("mammoexp", package = "party") > mtree <- ctree(ME ~ ., data = mammoexp, scores = list(ME = 1:3, SYMPT = 1:4, DECT = 1:3)) > plot(mtree) Beside getting one waring everthing's ok. But when i excute summary(predict(mtree)) the result is: Never Within a Year Over a Year 412 0 0 So now i'm stuck....
2007 Oct 25
0
adjust labels in plot:terminal_panel {party}
Hi List, I am unsuccessfully trying to beautify barplot outputs from ctree. For example I would like to rotate x-axis lables and resize/change font/type. mtree <- ctree(ME ~ ., data = mammoexp) plot(mtree,terminal_panel=node_barplot(mtree,col="black",fill=NULL, beside=TRUE, ylines=NULL, widths=1,gap=NULL, reverse=FALSE,id=FALSE)) plot(mtree,terminal_panel=node_barplot(mtree,col="black",fill=NULL, beside=TRUE, ylines...
2003 Nov 06
2
created data doesn't remain when split...
...a I'll load in from a file... rm(list=ls(all=TRUE)) trees <- read.table( "c:/cruisepak/data.txt", header=T) trees$ct <- 1 And when I create some temp variable, then split the data to perform further processing, the additional column doesn't maintain the data correctly.... mtrees <- trees[trees$m == 1,] ctrees <- trees[trees$m == 0,] The results are as follows... > trees plot tree m sp dbh tht ct 1 1 1 1 DF 44 185 1 3 1 3 0 DF 40 192 1 .....blah, blah, blah...... 6 1 6 0 DF 26 156 1 8 1 8 0 DF 26 155 1 but, >mtrees...
2006 Jun 30
1
Determining vulnerability to issues described by SAs
Hi, I've been trying for the past few days to come up with a method for checking a FreeBSD system to see if it is vulnerable to an issue described by a FreeBSD security advisory in some automated way, similar to the way portaudit can use VuXML to check for vulnerabilities in ports. Right now, I'm a bit stuck--there seem to be fairly major issues with all the methods I've come up
2013 Sep 25
0
strsvis breakage when upgrading to from 9.1 to 9-STABLE
Hello, I've sent a similar query before, but didn't receive any answers. When upgrading from 9.1 to 9-STABLE, the buildworld fails with: ===> usr.bin/xinstall (all) cc -O2 -pipe -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -I/usr/src/usr.bin/xinstall/../../lib/libmd -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc...
2004 Aug 18
4
chfn, date, chsh INFECTED according to chkrootkit
I ran chkrootkit ( v. chkrootkit-0.43 ) earlier and noticed that chfn, date, and chsh showed as being infected. I remember reading post from the past that right now chkrootkit is giving alot of false positives, so I suspected that these 3 binaries are not bad. However, to be on the safe side, I deleted the 3 binaries, removed /usr/src and did a 'make world' to 4.10-STABLE. But, chfn,
2006 Jan 18
0
Loading of namespace on load of .Rdata (was strange behaviourof load)
...- bagging(Class ~ Cl.thickness + Cell.size > + + Cell.shape + Marg.adhesion > + + Epith.c.size + Bare.nuclei > + + Bl.cromatin + Normal.nucleoli > + + Mitoses, data=BreastCancer, coob=TRUE) >> >> environment(mod$mtrees[[1]]$btree$terms) > <environment: 024E8138> >> >> parent.env(environment(mod$mtrees[[1]]$btree$terms)) > <environment: namespace:ipred> parent.env is a very confusing name. To quote the draft R language definition: `The parent.env function may be used to access...
2006 Jan 18
2
Loading of namespace on load of .Rdata (was strange behaviour of load)
...r) > > mod <- bagging(Class ~ Cl.thickness + Cell.size + + Cell.shape + Marg.adhesion + + Epith.c.size + Bare.nuclei + + Bl.cromatin + Normal.nucleoli + + Mitoses, data=BreastCancer, coob=TRUE) > > environment(mod$mtrees[[1]]$btree$terms) <environment: 024E8138> > > parent.env(environment(mod$mtrees[[1]]$btree$terms)) <environment: namespace:ipred> This occurs because the terms object is taken from the model frame which was evaluated within the environment of a function from the ipred package (h...
2014 Aug 11
3
Re: issue when building/making package from git
Patch applied. ------- ==> Creating package "libguestfs-git"... -> Generating .PKGINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: libguestfs-git 1.27.25.12.gbbae613-1 (Mon Aug 11 18:24:54 CEST 2014) ---------------------- martinus@gerbillous ➤➤ ~aur/libguestfs-git % ls -al src/libguestfs/v2v | grep virt-v2v 41:-rw-r--r-- 1 mar...
2006 Jan 18
0
Loading of namespace on load of .Rdata (was strange behaviour of load)
...r) > > mod <- bagging(Class ~ Cl.thickness + Cell.size + + Cell.shape + Marg.adhesion + + Epith.c.size + Bare.nuclei + + Bl.cromatin + Normal.nucleoli + + Mitoses, data=BreastCancer, coob=TRUE) > > environment(mod$mtrees[[1]]$btree$terms) <environment: 024E8138> > > parent.env(environment(mod$mtrees[[1]]$btree$terms)) <environment: namespace:ipred> This occurs because the terms object is taken from the model frame which was evaluated within the environment of a function from the ipred package (h...
2013 Nov 05
1
FreeBSD 10.0-BETA3 now available
...-libs' o Add kernel side support for large TLB on BERI/CHERI. o Fix compatibility function for old daily_status_security_${name}_enable variables. o Add loader.conf(5) entries to import bootpool after boot when using full-disk encryption and ZFS. o Switch the default mtree to nmtree our new NetBSD derived mtree. o Remove the (unused) isf(4) driver. o Separate WITHOUT_CLANG and WITHOUT_CLANG_IS_CC. o Add atse(4), a driver for the Altera Triple Speed Ethernet MegaCore. o Fix a deadlock when trying to power off a USB device. o Support checking...
2012 Nov 23
3
How go back from X.Y-RELEASE-pZ to X.Y-RELEASE?
We are currently using cvs for both source and ports. I have begun changing to portsnap for ports, and I would also like to try changing at least some of our servers to freebsd-update. But all servers have been patched, using either RELENG_8_3 or RELENG_9_0 as cvs tag. I need to revert them to their respective RELEASE to be able to use freebsd-update. Complete reinstall from eg CD is not an
2003 Apr 22
1
make installworld Error code 64
...ISO8859-1/books/handbook/makeworld.html But when I get to "21.4.9 Install the New System Binaries" This happens: root@smeagol /usr/src # make installworld mkdir -p /tmp/install.16560 for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln make makewhatis mkdir mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.16560; done usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory *** Error code 64 Stop in /usr/src. *** Error code 1 S...
2008 Jan 13
3
Anti-Rootkit app
Hi all, I need to install an anti-rootkid in a lot of servers. I know that there're several options: tripwire, aide, chkrootkit... ?What do you prefer? Obviously, I have to define my needs: - easy setup and configuration - actively developed -- Thanks, Jordi Espasa Clofent
2014 Aug 11
2
Re: issue when building/making package from git
> > Does p2v/virt-p2v (binary) exist? > NO > > Now I want to install it properly on my machine. Arch use a makepkg > > [1] command to build and install packages not in the official repos. > > > > When running > > $ makepkg > > I have this structure which sounds correct: > > libguestfs-git/pkg/ > >
2007 Jan 18
4
Porting to RISC
Hello Everyone, for a small embedded System i would like to install CentOS, but it is a RISC System. So my Question is it possible to rebuild some SRPMs for RISC? Thanks in Advance Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: