search for: veen

Displaying 20 results from an estimated 53 matches for "veen".

Did you mean: even
2003 Dec 02
8
Vector Assignments
..."blue" else if x[i] < 750 then col[i] = "green" else col[i] = "black" for all i I am convinced that there is probably a very efficient way to do this in R but I am not able to figure it out. Any help would be greatly appreciated. Thanks in advance, Arend van der Veen
2007 Jun 12
1
Empty results OMEGA with XAPIAN 1.0.1
Hi, I configured XAPIAN 1.0.1 and OMEGA 1.0.1. on my development machine (first removed the old ones). I recreated my databases (both quartz and flint) and tried to run original queries against the databases created by the new versions. I'm getting empty result sets from OMEGA. If I use the delve tool I actually see that the records are created fine. No log files are written as far as I
2003 Nov 18
5
Histogram
...t;b","c","c") where the first bar to be labeled 'c' with height 3, second bar to be labeled 'b' with height 2 and third bar to be labeled 'a' with height 1. This should be an easy task in R but I think I am missing something? Thanks, Arend van der Veen
2006 Nov 21
3
Cisco media gateways in general
Greetings, After the 0 respones I had on my previous mail regarding the Cisco 2801, I thought I'd be more general. Is anybody using Cisco media gateways at all? If so, how is it working for you? -- Kind regards, Meilleures salutations, Bas van der Veen GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E890160 "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim." --Edsger Dijkstra -------------- next part -------------- A non-text attachment was scrubbe...
2017 Nov 09
2
Get basic-block cycle cost from LLVM
...heduling in LLVM. I have read about one way which is using Itenaries and another which is using SchedMachineModel. Will the above function always give me the latencies, independent on the scheduling method used ? Sorry if this is a stupid question, i'm a beginner to LLVM. Best regards, Rick Veens -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171109/1bd42dfd/attachment.html>
2003 Nov 12
0
RMySQL & couldn't find function ".valueClassTest"
...""""""""""""""""""""""""" fixed the problem for me, and I can use RMySQL successfully on RedHat 9 ! Regards, Trond Rafoss -----Original Message----- From: Arend P. van der Veen [mailto:apv at capital.net] Sent: Wed 11/12/2003 7:36 PM To: r-help at stat.math.ethz.ch Cc: Subject: Re: [R] RMySQL & couldn't find function ".valueClassTest" I compile MySQL from source and do have the client libraries installed (I can run mysql from a terminal) However, I was...
2003 Nov 17
1
\preformatted and $
...n] user = apv host = 127.0.0.1 the error goes away. Has anybody had this problem? I have also have a problem including a '$' in my documentation. I replace them with \$ which made latex happy but then \$ showed up in the HTML and R help. Any advice would be appreciated, Arend van der Veen
2003 Nov 20
1
Compile Packages under Windows and CHM
...sually the contents file. However, the HTML help project that is automatically created uses toc as the extension of the content file. If I load the project file using HTML Help Workshop I am able to compile it and create a HTML Help File. Has anybody else had this problem. Thanks, Arend van der Veen
2002 Sep 19
3
Using large-scale repetition in audio compression
...buffer the entire broadcast on the client side, but for compressing a song from a CD I'd say that it would work. Obviously, it's not used (at least AFAIK) so there must be something against it. Anyone care to enlighten me? Lourens -- GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscr...
2004 Mar 01
1
RODBC
...do not have any problems opening database connections and qurey tables. However, when I try and close a connection I get the following warning: > odbcClose(channel) R.bin in free(): warning: chunk is already free Is this something that I need to worry about ? Thanks in advance, Arend van der Veen
2004 Apr 30
3
searching a vector
Hi, I have a integer vector x that contains a unique set of numbers: x <- c(1,2,4,6,8,10,12) Is there a simple test I can use to determine if an integer such as 6 is contained in x ? Thanks in advance for any help, Arend
2005 Nov 14
1
roots of a function
For finding the root of the following function I have been using 'uniroot': f(p) = log(p-1) - log(p) + 1/(p-1) - log(A) - B = 0 where 'p' is a scalar. However, I will have to find this root repeatedly, so I would like to suggest a starting value, which is not possible with 'uniroot'. 'nlm' allows the use of starting values, so I have been thinking of applying
2007 Jul 13
1
spatstat - Fitting a Strauss model with trend determined by kernel density smoother
...end which is estimated using a Kernel density smoother? In particular, I would like to use the 'kde' function of the 'ks' package to estimate the "background" intensity and then use this as the trend for a Strauss inhibition process. Thanks already in advance, Alejandro Veen
2010 Jun 14
5
1.0.1 download - aa strange problem
Having trouble with 1.2, tried to return to 1.0.1 (last stable acc. to the Wine page!) However, there`s... no link to it anywhere! Even in .deb repository there are any versions you could fancy- later and veen earlier - minus the stable. A rather strange idea... Where can I find 1.0.1 packages?!
2003 Nov 12
1
RMySQL
..., I have been having trouble installing RMySQL under Redhat Linux 9.0. I am using R 1.8.0 and MySQL 4.0.13. MySQL is install in /opt/mysql. I try to install RMySQL using configure-args to specify the path of mysql but it does not work. Does any body have any suggestions. Thanks, Arend van der Veen The command that I am using is: # R CMD INSTALL --configure-args='--with-mysql-dir=/opt/mysql' \ > RMySQL_0.5-2.tar.gz I get the following response: * Installing *source* package 'RMySQL' ... creating cache ./config.cache checking how to run the C preprocessor... cc -E check...
2003 Jan 11
3
Multithreading
Hi. I need to execute a function from within a GUI. This seems to be no problem but this function takes about 4 minutes to finish, which means the application doesn't react at all, while the function is running. Can I execute a function as a separate Thread, while keeping control(e.g. a reference) of it at the same time? If not, how do this with a class containing this function? thanks,
2001 Jan 10
3
Video compression, edge detection, and gcc warnings
...ntly it loads any uncompressed grayscale TGA file, and spits out another uncompressed greyscale TGA file that is 255 at places where there are edges, and 0 where there are not. I managed to get out quite a lot of noise. You can find a test image and the result at http://home.student.utwente.nl/l.e.veen/test4.jpg and http://home.student.utwente.nl/l.e.veen/out.jpg. It is very simple: 1) Load the image 2) Rescale to 25% of the original size to filter out noise 3) Run a double (x/y) Sobel filter on the image (a Sobel filter just calculates the difference between two neighbouring pixel values. I...
2004 Feb 18
5
compiling vorbis in cygwin
Hi, On compiling vorbis in a cygwin shell using "./autogen.sh" I get the following error... configure:19396: checking for Ogg configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H conftest.c -lm -logg >&5 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -logg collect2: ld returned 1 exit status The
2004 May 06
2
AW: AW: Reading OGG embedded in a pack file
...d to capture and note that there are novice programmers that may find sort of hard to use vorbislib. thats sad, because vorbis is such great thing :)) <p>> -----Ursprüngliche Nachricht----- > Von: owner-vorbis-dev@xiph.org > [mailto:owner-vorbis-dev@xiph.org] Im Auftrag von Lourens Veen > Gesendet: Donnerstag, 6. Mai 2004 12:31 > An: vorbis-dev@xiph.org > Betreff: Re: AW: [vorbis-dev] Reading OGG embedded in a pack file > > > On Thu 6 May 2004 10:57, Andre Krause wrote: > > i cant agree with this. templates for example are a great > thing i use > &g...
2001 Feb 10
2
A different take at video encoding - I'm stuck though
As I said in the other thread (for people using threaded mail)/in my last mail (for the rest), I'm working on the "split up the frames into textured triangles and output textures and coordinates" idea. The idea is to find edges in the image. So far I have a Sobel edge detector, a wavelet transformer (to compress the textures, still very incomplete, transform only), and some