search for: salih

Displaying 7 results from an estimated 7 matches for "salih".

Did you mean: salah
2011 Jun 08
1
install the “impute” package in unix
...modifying Try removing â/nfs/users/nfs_s/st5/R-modules/00LOCKâ The downloaded packages are in â/tmp/RtmpgJur79/downloaded_packagesâ Warning message: In install.packages(pkgs = pkgs, repos = repos, ...) : installation of package 'impute' had non-zero exit status best, salih [[alternative HTML version deleted]]
2011 Jun 01
1
Force the for loop to stop
...for a command in R that would force the for loop to stop after it finds what it is looking for. As an example for(i in 1:5){ for(j in 3:6){ if(i==j) # do something... break; } } And i don't want the loop to execute once i = 3 and stop. Is there a way to do this? best, salih [[alternative HTML version deleted]]
2011 Jun 24
1
Fastest way of finding if any members of vector x fall in the range of the rows of matrix y
Hi All, What is the fastest way of finding if any members of vector x fall in the range of the rows of matrix y? I do not want to use two for loops as this will take forever. Any help will be appreciated, best, salih [[alternative HTML version deleted]]
2011 Jun 01
1
finding numbers in a range
...ween a range defined in another matrix. As an example let x y 0 1 3 2 6 9 25 15 18 I want to check one by one whether 0,2 and 25 falls in any of the ranges in y. I am using 2 for loops but it is taking a huge amount of time. is there any other alternative way to do this? best, salih [[alternative HTML version deleted]]
2011 May 25
1
help with tune.svm() e1071
...2)) Should the last column of the 'data' contain the labels as well? I want to use the linear kernel. But it gives me the error "Error in model.frame.default(formula, data) : 'data' must be a data.frame, not a matrix or an array" Do you know why this might happen? best, salih [[alternative HTML version deleted]]
2011 May 21
1
Group close numbers in a vector
...assign them to b and 15 to c. But since i do not know how many groups there will be the code should create a,b,c etc as it goes along. So if x = [1 2 4 7 9 10 15 20] it should create a,b,c and d this time and assign 20 to d (while the others remain the same). any help will be appreciated, thanks, salih [[alternative HTML version deleted]]
2012 Jun 17
0
[ANNOUNCE] ulogd 2.0.0 release
...to ulogd.conf.in configuration file NFCT: add `reliable' config option to enable reliable flow-based logging build: bump release version to 2.0.0 build: require 1.0.0 of all libraries Pierre Chifflier (2): Add new input plugin UNIXSOCK Add helper script pcap2ulog Salih Gonullu (1): ulogd: fix segfault if syslog and SIGTERM is received