search for: mathods

Displaying 13 results from an estimated 13 matches for "mathods".

Did you mean: mathod
2011 Aug 16
0
to search the tree using the branch and bound mathod!!!
hi, R users i have encountered a problem, i want to make a clusterring tree, than do the searching through the tree using "branch and bound" method. here is the code to make the tree, thanks for any ideas... d <- dist(data, method = "euclidean") h1 <- hclust(d, method="ward") plot(h1) mark -- View this message in context:
2011 Jul 30
0
search the clusterring tree using the branch and bound mathod!!!
hi, R users here is my problem, i want to make a clusterring tree, than do the searching through the tree using branch and bound method. the code to make the tree, but i dont know how to do the searching part. thanks for any helping... d <- dist(data, method = "euclidean") h1 <- hclust(d, method="ward") str(h1) plot(h1) mark -- View this message in context:
2002 Mar 19
3
plot with the axes at xlim and ylim
I'd like to make a plot with the axes drawn at the values of xlim and ylim. The default plot draws the axes slightly outside these values. I have been experimenting with the par(mgp) setting, but specifying par(mgp=c(2,0,-1)) gives me "invalid value specified for graphics parameter "mgp".". A more complicated mathod that almost seems to work is doing the plot with
2013 Apr 13
1
create audio streaming server
Dear Sir, I am from pakistan.i have visit your website, 'www.icecast.org'.it is an awsome site.i m very happy to visit it. i have install the software from your site but not succssful comletly. i want to make a audio streaming srver of icecast. What is nessecary for audio streaming server??or provide us the thing which need to make an audio streaming server. i will to hire the
2003 Feb 03
2
Hashing for short pathnames
Hi, using samba 2.2.5-UL (on a SuSE-SLOX-System) we have to mangle long pathnames to short ones. We need this for some of our apps which generate batch-files (*.bat) for compilation. Normally this works correctly, exept for a directory named "Only_for_generation". This directory is mangled into "Only_~%0" (it' s NULL at the end). And this is the problem. In
2009 Jun 12
1
Studentized intervals
I am trying to find studentized bootstrap intervals for the skewness of a data set. I have tried the following (nerve.dat is a set of data containing observations on one variable) (using Windows XP): x <- scan("e:/Flashbackup2009/Nonparametrics/nerve.dat") n <- length(x) library(e1071) skewness(x) library(boot) sampleskew <- function(x,d) {return(skewness(x[d]))} bb <-
2013 Apr 13
1
[Icecast-dev] Make Server Audio Streaming of icecast
Dear Sir, I am from pakistan.i have visit your website, 'www.icecast.org'.it is an awsome site.i m very happy to visit it. i have install the softwaer from your site but not succssful comletly. i want to make a audio streaming srver of icecast. What is nessecary for audio streaming server??or provide us the thing which need to make an audio streaming server. i will to hire the
2013 Apr 13
1
Make Server Audio Streaming of icecast
Dear Sir, I am from pakistan.i have visit your website, 'www.icecast.org'.it is an awsome site.i m very happy to visit it. i have install the softwaer from your site but not succssful comletly. i want to make a audio streaming srver of icecast. What is nessecary for audio streaming server??or provide us the thing which need to make an audio streaming server. i will to hire the
2003 Jun 12
0
How to define a proper prior for an orthogonal matrix?
Hey, R-listers, I am now going to use Bayesian mathod to estimate a matrix parameter C. It is assumed that C is an orthogonal matrix already. We know, if C is an arbitrary column vector, we may use multivariate Gaussian prior on it. However, now it is a matrix, so what can I do to define a proper prior probability density function for C? Thanks for your point. Have a nice day! Fred
2007 May 17
0
Hotplug on CentOS 5
...ync anymore. Anyway, the interface for /proc/sys/kernel/hotplug is pretty simple and straighforward. Coding something to handle just the devices I use is very easy. However, I'm actually considering building and using hotplug on CentOS 5. Anyone has tried it yet ? Any word of advice, or other mathods of handling this situation ? Best Regards, - -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFGS7aYpdyWzQ5b5ckRAkvMAJ45H/6...
2012 Nov 06
2
Column names containing ` in R
Hi, My data has column names which has ` character. For example , *> names(dataframe) [1] "`region" "farmsize`" "farmincome" "maincrop" "claimvalue"* If i use these objects in my function, the following error is thrown. *lmm<-lm(``region`~farmincome) Error: attempt to use zero-length variable name* Is there a way, say an escape
2008 Sep 30
1
CLARA and determining the right number of clusters
Hi everyone I have a question about clustering. I've managed using CLARA to get a clustering analysis of a large data set. But now I want to find which is the right number of clusters. The clara.object gives some information like the ratio between maximal and minimal dissimilarity that says (maybe if lower than 1??) if a cluster is well-separated from the other. I've also read something
2007 Apr 23
14
concatination & stripe - zfs?
I want to configure my zfs like this : concatination_stripe_pool : concatination lun0_controller0 lun1_controller0 concatination lun2_controller1 lun3_controller1 1. There is any option to implement it in ZFS? 2. there is other why to get the same configuration? thanks This message posted from opensolaris.org