search for: maxdepth

Displaying 20 results from an estimated 129 matches for "maxdepth".

2011 Feb 16
1
caret::train() and ctree()
Like earth can be trained simultaneously for degree and nprune, is there a way to train ctree simultaneously for mincriterion and maxdepth? Also, I notice there are separate methods ctree and ctree2, and if both options are attempted to tune with one method, the summary averages the option it doesn't support. The full log is attached, and notice these lines below for method="ctree" where maxdepth=c(2,4) are averaged...
2009 May 19
9
Hang at 5:34 pm EST
...bles within the asterisk database 3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl ## adjust time on the server with ntp 30 * * * * /usr/sbin/ntpdate -u 18.145.0.30 2>/dev/null 1>&2 ### remove old recordings more than 7 days old #24 0 * * * /usr/bin/find /var/spool/asterisk/monitor -maxdepth 2 -type f -mtime +7 -print | xargs rm -f ### remove old vicidial logs and asterisk logs more than 2 days old 28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f 29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm...
2013 Jan 27
1
lapply and SpatialGridDataFrame error
...those files: library(maptools) library(Grid2Polygons) library(BayesX) library(BayesXsrc) library(R2BayesX) readfunct <- function(x) { u <- readAsciiGrid(x) } modfilesmore <- paste0("MaxFloodDepth_", 1:54, ".txt") modeldepthsmore <- lapply(modfilesmore, readfunct) maxdepth.plys <- lapply(modeldepthsmore, Grid2Polygons(modeldepthsmore, level = FALSE)) layers <- paste0("examples/floodlayers_", 1:54) polyshapes <- lapply(writePolyShape(maxdepth.plys, layers)) shpName <- sub(pattern="(.*)\\.dbf", replacement="\\1", x=system.file...
2012 Mar 21
1
enableJIT() and internal R completions (was: [ESS-bugs] ess-mode 12.03; ess hangs emacs)
...>> matrix(nrow=|) > ("|" stands for my cursor) > and "nrow: x" in the minibuffer. > that's it. > emacs is stuck. > Program received signal SIGTSTP, Stopped (user). > 0x00000000005a115a in exec_byte_code (bytestr=8748337, vector=8748373, maxdepth=<optimized out>, args_template=11970946, > nargs=<optimized out>, args=<optimized out>) at /home/sds/src/emacs/trunk/src/bytecode.c:487 > 487 stack.pc = stack.byte_string_start = SDATA (bytestr); > (gdb) where > #0 0x00000000005a115a in exec_byte_co...
2009 Apr 17
1
R on Windows and RMySQL
I have successfully installed R (version 2.8.1) and RMySQL (version 0.7-4) on my PC (Windows). Now I have a problem running RMySQL on R. I constantly receive the following error-message: Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth = 2) : Registry-Schl?ssel 'S' nicht gefunden Error : .onLoad in 'loadNamespace' f?r 'RMySQL' fehlgeschlagen Fehler: Laden von Paket/Namensraum f?r 'RMySQL' fehlgeschlagen Does anyone have a clue what I should do? I don`t have any experience in such issues. I ha...
2001 Nov 15
3
rsync takes way too long to perform this....
rsync -avnp remote::gif/ `find /home/www/html/ -maxdepth 1 -name "*.[j,g][pg,if]*"` /tmp/ If I run this on the local machine, the rsync server, it takes this long: ---> root@server (0.34)# time find /home/www/html/ -maxdepth 1 -name "*.[j,g][pg,if]*" -type f /home/www/html/comparestores_2.jpg /home/www/html/home.jpg /home/www/htm...
2013 Jan 12
1
How to extract value for specific rows in an array?
...rding the date for each daily max depth value, but it doesn't seem to be working... Any ideas or suggestions? DF <- data.frame(date,day,depth) samplesperday <- 2*60*24 # number of datapoints per day (2880 here) nbdays<- nrow(DF)/samplesperday # number of days in the dataset (5 here) MaxDepth <- array(NaN,c(nbdays,1)) # create empty array where max depth values will be stored Date <- array(NaN,c(nbdays,1)) # create empty array where date for max depth values will be stored for (i in 1:nbdays){ dayIndex1 <- samplesperday*(i-1)+1 # start of day period (value 1 of 2880) day...
2006 Apr 20
1
lmer{lme4}, poisson family and residuals
Hello, I’m trying to fit the following model: Dependent variable: MAXDEPTH (the maximum depth reached by a penguin during a given dive) Fixed effects: SUCCESSMN (an index of the “individual quality” of a bird), STUDYDAY (the day of the study, from -5 to 20, with 0=Dec 20), and the interaction SUCCESSMN*STUDYDAY Random effect: BIRD (the bird id, as each bird is performin...
2012 Aug 15
5
stupid bash question
the relevant snippet is... NAME="*.mov" cd $IN if test -n "$(find . -maxdepth 1 -name $NAME -print -quit)" and if there is one file in this directory - ie test.mov, this works fine but if there are two (or more) files in this directory - test.mov, test2.mov then I get an error... find: paths must precede expression So my code is evidently wrong. I just want a test f...
2009 Jun 03
4
[OT] Simple Shell Script (while loop)
...ip onto the next increment of the loop as it were skipping this sub directory. Break is the wrong command but what should it be? Sorry I can't be any clearer but I don't know exactly what you would call this (which is why I am having no success finding it for my self!) #!/bin/bash find ./ -maxdepth 1 -type d | while read FOLDER do if [ $FOLDER == "./not_this_folder_oh_no!" ]; then break fi <otherwise do some magic here> done Many thanks for your time and input. Regards, James ;) -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/MU/U dp...
2014 Dec 11
1
Error build documentation for samba-4.0.23
...g manpages/smb.conf.5 ... (many validity errors like ID ABORTSHUTDOWNSCRIPT already defined) ... runtime error: file file:///usr/share/xml/docbook/xsl-stylesheets-1.78.1/lib/lib.xsl line 54 element param xsltApplyXSLTTemplate: A potential infinite template recursion was detected. You can adjust xsltMaxDepth (--maxdepth) in order to raise the maximum number of nested template calls and variables/params (currently set to 3000). Build with --maxdepth 99999 failed too. Any suggestions? -- Andrey Cherepanov ALT Linux cas at altlinux.ru
2001 Feb 23
1
Problem with mput * on Tru64 ?
Samba 2.0.7 running on Compaq Tru64 UNIX V5.0A with latest tru64 patches. "mget *" works OK, "mput *" or something like "mput *.bat" fails with the error message "find: bad option -maxdepth". Several questions - Anyone else come across this one? Would dropping back to 2.0.6 fix the problem? Could it be an issue with 2.0.7 on Tru64 V5? Regards, Brian Sheldon Aldcliffe Computer Systems Ltd
2009 Sep 26
1
mboost_1.1-3 blackboost_fit (PR#13972)
...e_controls = ctree_control( teststat = "max", testtype = "Teststatistic", mincriterion = 0, maxdepth = 2 ), fitmem = ctree_memory( bd, TRUE ), family = GaussReg(), control = boost_control(...
2020 Oct 08
4
Invisible files and disk space
...he top level of / that contained any significant data. There sum of the sizes of all of the directories at the top level of / reported by du did not match the amount of disk space used at the time of the problem. I don't have a transcript of that session but I was using commands like: find / -maxdepth 1 -xdev -type d | while read; do du -shx $d; done I poked around in /var and /tmp a lot but didn't find anything that would contradict the output of the previous command. At this point I started searching for deleted files for which the space had not been reclaimed. Finding nothing I though t...
2008 Jun 05
0
zFTPServer in wine
...t the same permissions as their parent folder)... - Anybody knows how to do that? This is what I want to execute in zFTPServer from within wine: Code: // Change owner to that of parent directory Libc.system(PChar('chown `find "'+Path+'." -name "." -maxdepth 1 -printf "%U"` "'+Path+File+'"')); // Change group to that of parent directory Libc.system(PChar('chgrp `find "'+Path+'." -name "." -maxdepth 1 -printf "%G"` "'+Path+File+'"'));...
2000 Mar 17
0
MAR 14 CVS, smbclient mput problem on AIX 4.2
Hi, There is a problem with smbclient mput ( maybe more, I haven't checked ) with the SAMBA CVS I checked out on March 14, 2000. The problem will manifest itself on systems that don't support -maxdepth on the find command. (AIX being one of them ). I compared source/client.c between 2.0.6 and the cvs. The problem is in: static void cmd_mput(void) When recurse=false Version 2.0.6 ------------- slprintf(cmd,sizeof(pstring)-1, "/bin/ls %s > %s",p,tmpname); system(cmd);...
2018 Nov 21
3
[PATCH nbdkit v2 0/3] Rewrite xz plugin as a filter.
v2: - Fixes a number of bugs in corner cases. - Uses a 1M block size to fetch from the underlying plugin. This improves performance considerably. I also tested this much more thoroughly and can't find any more bugs. Rich.
2007 Jan 03
1
User defined split function in Rpart
...'s values are already sorted) > D y x 1 7 0.428 2 3 0.876 3 1 1.467 4 6 1.492 5 3 1.703 6 4 2.406 7 8 2.628 8 6 2.879 9 5 3.025 10 3 3.494 11 2 3.496 12 6 4.623 13 4 4.824 14 6 4.847 15 2 6.234 16 7 7.041 17 2 8.600 18 4 9.225 19 5 9.381 20 8 9.986 Running rpart and setting minbucket=1 and maxdepth=1 we get the following tree (which uses, by default, deviance): > rpart(D$y~D$x,control=rpart.control(minbucket=1,maxdepth=1)) n= 20 node), split, n, deviance, yval * denotes terminal node 1) root 20 84.80000 4.600000 2) D$x< 9.6835 19 72.63158 4.421053 * 3) D$x>=9.6835 1 0.00000...
2018 Nov 21
5
[PATCH nbdkit 0/2] Rewrite xz plugin as a filter.
Matt asked if xz should really be a filter rather than a plugin. The answer is yes, of course it should be! That's been something in the todo file for a while. The commit converts the xz plugin code into a filter (leaving the plugin around, but deprecating it). plugin: nbdkit xz file.xz filter: nbdkit --filter=xz file file.xz plugin: # can't be done filter: nbdkit
2010 Jan 26
2
unidentifiable problem..
...39;m hoping somebody might have an idea what's going on: I can't seem to load the "RMySQL" function. It seems to have installed without a problem, but when I enter: library(RMySQL) R tells me: Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth = 2) : Registry key 'SOFTWARE\MySQL AB' not found Error : .onLoad failed in 'loadNamespace' for 'RMySQL' Error: package/namespace load failed for 'RMySQL' Moreover, If I try to get information about a function (fisher exact test, for example) by typing: ?fisher.t...