Displaying 3 results from an estimated 3 matches for "webworld".
Did you mean:
secworld
2004 Dec 17
1
How can I take anti log of log base 2 values in R
...data, it converts all my data in to log
base 2 values. how can I convert back to log base
10..is there any function in R which I can use or how
can I take anti log. or is there any function in R
for antilog.
Please let me know,..if anyone knows..
Thank you so much,
Saurin
=====
Saurin's WebWorld: http://hawkmail.monmouth.edu/~s0451884
2010 Oct 07
1
DSN: failed (RETURNED MAIL: DATA FORMAT ERROR)
This is a Delivery Status Notification (DSN).
I was unable to deliver your message to
vijayengg6@vsnl.net.
I said
RCPT TO:<vijayengg6@vsnl.net>
And they gave me the error;
550 5.1.1 unknown or illegal alias: vijayengg6@vsnl.net
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jan 25
4
agglomerative coefficient in agnes (cluster)
I haven't read the book, but could anyone explain more
about this parameter?
help(agnes) says that ac measures the amount of
clustering structure found. From the definition given
in help(agnes.object), however, it seems that as long
as
the dissimilarity of the merger in the final step of
the
algorithm is large enough, the ac value will be close
to
1. So what does ac really mean?
Thank