search for: furthest

Displaying 20 results from an estimated 71 matches for "furthest".

2011 Oct 16
2
Custom Sort Character and Numeric
I"m trying to do a custom sort in this order: 1) Numeric digit furthest right; 2) Alphabetical second furthest to the right; 3) Alphabetical the rest of the string beginning with the first character; The example code I'm using is an array that follows: /myArray <- c('AFP9','AFR9','TLQP7','AFS9','AFR8','AFP8',...
2010 Oct 06
0
[LLVMdev] [LLVMDev] Phi elimination: Who does what
For spilling, I plan to use the Hack-Braun generalization of the furthest-first heuristic for SSA: http://pp.info.uni-karlsruhe.de/uploads/publikationen/braun09cc.pdf For coloring, there are a few different approaches you can take, e.g. dominator tree scan, puzzle-solving, or a modified graph coloring / coalescing heuristic like IRC. The best quality for the least amou...
2010 Oct 05
2
[LLVMdev] [LLVMDev] Phi elimination: Who does what
The allocator you are building, is it the Hack's and Goos's polynomial time algorithm? On Tue, Oct 5, 2010 at 7:14 PM, Cameron Zwarich <zwarich at apple.com> wrote: > There is nothing that currently handles this properly, as far as I know. If you have a phi > > c = phi(a, b) > > where a, b and c are all assigned distinct stack slots, then copies must be inserted in
2009 Oct 13
2
axis labels
Dear list, why does the distance between the axis labels and the tick marks looks different for x axis and y axis in the plot (see code below). In fact, the x axis labels look furthest from the tickmarks than in the y axis. How can I make them look the same? par(mfrow=c(1,1), cex.axis = 0.5, cex.lab = 0.5) plot(1,1, axes = F) axis(1) axis(2) Thanks in advance Jonas [[alternative HTML version deleted]]
2004 Jun 21
1
Channel bank problem via long cable
...unit is about 150 cable feet away from the switch and it syncs up just fine, but the third is 400 cable feet away and is having problems with its T1. The dip switches on all three units are set the same, and with the exception of the LBO they're all configured the same in zaptel.conf, yet the furthest AB-II is showing errors. I've swapped AB-IIs between positions to no effect; whichever unit is in the furthest suite cannot fully sync. There are at least two cables available in each segment of the run between the far AB-II and the switch (due to the way our complex is wired, the run is a t...
2013 Dec 04
2
Syslinux 6.x EFI PXE
...is issue. I am attempting to have EFI machines boot over PXE and then load various Linux Live distributions. I have a similar setup over standard BIOS machines and all is well on that end. First I have tried SysLinux 6.0, 6.1, and 6.2 for various EFI enabled machines and thus far 6.1 gets me to the furthest point. My clients successfully boot over PXE and grab the relevant files over TFTP to get me to a simple selection menu. I have watched the interaction in the TFTP logs and over tcpdump. All is well until I attempt to select a kernel (Ubuntu 13.10 vmlinuz.efi). Regardless of where the kernel is lo...
2005 Sep 05
0
[LLVMdev] dependence analyzer for machine code?
...selected to a DAG based IR. Then instruction selection is done, which transforms this DAG to a DAG with machine instructions as nodes. At this point all dependencies are explicit as edges in the graph. The DAG is then scheduled to a machine basic block. Hope this helps. The PowerPC backend is furthest along in being implemented in this way. Andrew
2013 Dec 04
3
Syslinux 6.x EFI PXE
...I machines boot over PXE and >> then load various Linux Live distributions. I have a similar setup over >> standard BIOS machines and all is well on that end. First I have tried >> SysLinux 6.0, 6.1, and 6.2 for various EFI enabled machines and thus far >> 6.1 gets me to the furthest point. >> >> My clients successfully boot over PXE and grab the relevant files over TFTP >> to get me to a simple selection menu. I have watched the interaction in the >> TFTP logs and over tcpdump. All is well until I attempt to select a kernel >> (Ubuntu 13.10 vmlinu...
2005 Sep 05
3
[LLVMdev] dependence analyzer for machine code?
why there is no general dependency analysis for the "machin code"? perhaps it's because the instruction scheduling is only implemented for sparcv9? i am going to implement a dependency analysis pass for machine code block. the result will be returned in a boost graph (http://www.boost.org/libs/graph/doc/table_of_contents.html). just to check if it has already been implemented. it
2001 Nov 20
5
can see my workgroup
I just want to set up a folder on my Linux 7.2 running samba 2.2.1a-4. I have looked at the smb.conf over and over. Cannot find out why my share is not showing up. I just want users on my domain to browse the network and read the folder. I am on an NT domain and the furthest i got was seeing the workgroup testgrp on my network neighborhood. But when i click on the workgroup i get an access denied msg. I also \\<computername>\<share> and it doesnt work. Could someone look at my config file and see what is missing or what im doing wrong. I think maybe som...
2008 Dec 09
2
Better way to find distances between points in a set?
I was playing around a bit to see how I could find the two points in a set of points (or ordered pairs) furthest from each other. Here's what I did: 1) created a Nrow by 2col matrix, so each row contains an x,y coordinate pair. 2) fed the matrix to a nested mapply (cv is my matrix): mapply(function(k,l) mapply(function(x,y,a,b) + sqrt((x-a)^2+(y-b)^2),cv[,1],cv[,2],k,l),cv[,1],cv[,2])->alldist The...
2004 Jun 01
0
qhull in R?
Hi, does anyone know if there is an implementation of qhull (http://www.qhull.org/) in R? anyone is planning on it? "Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approxima...
2006 Nov 25
1
"undefined symbol: _pam_make_env"
...to dlopen(/lib/security/pam_stack.so) Nov 24 19:57:07 ded sudo: PAM [error: /lib/security/pam_stack.so: undefined symbol: _pam_make_env] Nov 24 19:57:07 ded sudo: PAM adding faulty module: /lib/security/pam_stack.so I've tried reinstalling PAM via yum, it's dependencies, and it's furthest dependencies with no apparent success. Does anyone know how this can be fixed without formatting the entire system? Thanks, --ness
2010 May 24
2
ROC curve
HI, Dear R community, I want to know how to select the optimal decision threshold from the ROC curve? At what threshold will give the highest accuracy? Thanks! -- Sincerely, Changbin -- [[alternative HTML version deleted]]
2010 Jul 21
2
Issues reshaping data
...transform it roughly to: Subject TRIAL WORD RT 1 1 My 100 1 1 friend 200 .... .... ..... .... 2 3 His 120 2 3 Waiter 400 The furthest I've gotten with the package is melting the data such that RT is in its own column by using each WORD#.RT as a measure.var. However, I can't get the words to go with them (either in the melted frame or trying to cast the melted data). I tried the reshape function as well, but kept getting...
2007 Feb 20
1
Mahalanobis distance and probability of group membership using Hotelling's T2 distribution
...f2/(v*u), df1, df2, ...) } # compare Chi-squared and Hotelling T^2 distributions for a group member u<-3 v<-10 set.seed(1) mat<-matrix(rnorm(v*u), nrow=v, ncol=u) MD2<-mahalanobis(mat, center=colMeans(mat), cov=cov(mat)) d<-MD2[order(MD2)] # select a point midway between nearest and furthest from centroid dm<-d[length(d)/2] 1-ph(dm,u,v) # probability using Hotelling T^2 distribution # [1] 0.6577069 1-pchisq(dm, u) # probability using Chi-squared distribution # [1] 0.5538466
2002 Feb 14
1
Advice on using barplot
...le(hcd.df$auth.sum[hcd.df$datecat==2]), type='l', col='red',xlim=c(-8,7), ylim=c(0,59)) but the line style is awkward and possibly even misleading when the values are ordinal. What I'd like to use is a barplot, such that the distributions are interspersed by value; that is, the furthest left bar represents auth.sum==-8 where datecat==1, then immediately next to it is auth.sum==-8 where datecat==2, then a small amount of space, then the -7 bars, etc. (I may not be doing the best job describing this, but it's a commonly-seen graph type; see http://www.parentingbookmark.com/medi...
2012 Aug 29
2
Problem installing Rmpi with Open MPI
Hi guys, I've spent a few days trying to install Rmpi with no luck. I originally tried using mpich, moved on to mpich2, and then to openmpi. I've gotten the furthest with openmpi, though am still running into this problem and can't figure it out. Can someone help!? Thanks so much in advanced. I'm using an HP Envy laptop with Ubuntu 12.04. Output is below, with the error at the bottom. link at Ubuntu12-04:~/Downloads$ R CMD INSTALL Rmpi_0.6-1.tar.gz -...
2012 May 30
0
Survival with different probabilities of censoring
...hey are therefore far less informative regarding the influence of the x variables. Indeed, there is a very clear pattern whereby, if I run a normal regression on data that excludes the zeroes, I get a statistical expectation at y=0. If I then include the empirical y=0 values, the values that depart furthest from this expectation are exactly the ones that have the highest probability of being a zero at random (big residuals patterned in an S shape on the fitted values, as you would instinctively imagine will occur when plotting a range of y=0 points on a sloping regression line) . Zeroes which are rath...
2019 Oct 03
0
[nbdkit PATCH 4/4] server: Better documentation of .open ordering
....open order. */ if (backend_prepare (b->next, conn) == -1) return -1; @@ -431,7 +435,7 @@ filter_finalize (struct backend *b, struct connection *conn) debug ("%s: finalize", b->name); /* Call these in reverse order to .prepare above, starting from the - * filter furthest away from the plugin. + * filter furthest away from the plugin, and matching .close order. */ if (f->filter.finalize && f->filter.finalize (&next_ops, &nxdata, handle) == -1) diff --git a/tests/test-layers-filter.c b/tests/test-layers-filter.c index cccfb654..d...