Displaying 13 results from an estimated 13 matches for "mathod".
Did you mean:
mathog
2011 Aug 16
0
to search the tree using the branch and bound mathod!!!
...t; 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: http://r.789695.n4.nabble.com/to-search-the-tree-using-the-branch-and-bound-mathod-tp3747483p3747483.html
Sent from the R help mailing list archive at Nabble.com.
2011 Jul 30
0
search the clusterring tree using the branch and bound mathod!!!
...ow 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: http://r.789695.n4.nabble.com/search-the-clusterring-tree-using-the-branch-and-bound-mathod-tp3706145p3706145.html
Sent from the R help mailing list archive at Nabble.com.
2002 Mar 19
3
plot with the axes at xlim and ylim
...xes 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 "axes=F" and then adding the axes with "axis" statements:
xlim <- c(0,10)
ylim <- c(0,11)
plot(c(1:9),c(1:9),axes=F,xlim=xlim,ylim=ylim)
axis(1,pos=ylim[1])
axis(2,pos=xlim[1])
axis(3,pos=ylim[2],labels=F)
axis(4,pos=xlim[2...
2013 Apr 13
1
create audio streaming server
...st. 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 clients for streaming server for your publicity.you have a benifit of
advertisement from us also.kindly guide us for make tha audio streaming
server.send us the mathod of create audio streaming server.
kindly help me in this matter,
waiting for your positive response..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20130413/9f0c722c/attachment.htm
2003 Feb 03
2
Hashing for short pathnames
...you shouldn't
use this, because it meens to call the batch itself (like $0 in
bash-scripts).
There must be a possibility to exclude "%" from the resulting hash values.
Perhaps other special characters, like "$?&..." could leed to faults too.
I've changed the hash mathod to "hash2":
mangling method = hash2
but doesn't help.
For our special case if inserted a mangled map:
mangled map = (Only_for_generation Only_~01)
but this is very special. Perhaps someone else would get a similar hash value
for one of his paths.
Thanks in advance for a...
2009 Jun 12
1
Studentized intervals
...e questions is: Why does the function not provide the bootstrap variances (or estimates thereof) for computing the studentized intervals?
Another question: How then can I compute the studentized intervals without physically doing a double bootstrap. Does the function use a "nonparametric delta mathod"?
Any help is much appreciated. I have probably overlooked something?
Thank you.
Jacob
Jacob L van Wyk, Dept. of Statistics, University of Johannesburg (APK),
Box 524, Auckland Park, 2006.
Office: +27 11 559 3080, Fax: +27 11 559 2499
________________________________
This email and all c...
2013 Apr 13
1
[Icecast-dev] Make Server Audio Streaming of icecast
...st. 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 clients for streaming server for your publicity.you have a benifit of
advertisement from us also.kindly guide us for make tha audio streaming
srever.send us the mathod of create audio streaming server.
kindly help me in this matter,
waiting for your positive response..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20130413/75dc4ac4/attachment.htm
2013 Apr 13
1
Make Server Audio Streaming of icecast
...st. 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 clients for streaming server for your publicity.you have a benifit of
advertisement from us also.kindly guide us for make tha audio streaming
srever.send us the mathod of create audio streaming server.
kindly help me in this matter,
waiting for your positive response..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20130413/75dc4ac4/attachment.htm
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 y...
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/...
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