Displaying 14 results from an estimated 14 matches for "ddm".
Did you mean:
dd
2011 Nov 15
5
Convert back to lower triangular matrix
...etween the vector elements is given by the lower triangular matrix > dd1 = dist(ab,"euclidean")> dd1 1 2 3 4 52 0.1 3 0.2 0.1 4 0.3 0.2 0.1 5 0.4 0.3 0.2 0.1 6 0.5 0.4 0.3 0.2 0.1
Convert the lower triangular matrix to a full matrix> ddm = as.matrix(dd1)> ddm 1 2 3 4 5 61 0.0 0.1 0.2 0.3 0.4 0.52 0.1 0.0 0.1 0.2 0.3 0.43 0.2 0.1 0.0 0.1 0.2 0.34 0.3 0.2 0.1 0.0 0.1 0.25 0.4 0.3 0.2 0.1 0.0 0.16 0.5 0.4 0.3 0.2 0.1 0.0
I would be grateful if someone could provide me with a code to convert ddm to the lower triangular...
2011 Nov 15
1
Convert full matrix back to lower triangular matrix
...tween the vector elements is given by the lower triangular matrix > dd1 =
dist(ab,"euclidean")> dd1 1 2 3 4 52 0.1 3 0.2 0.1 4 0.3 0.2 0.1 5 0.4 0.3 0.2 0.1 6 0.5 0.4 0.3 0.2 0.1
Convert the lower triangular matrix to a full matrix> ddm = as.matrix(dd1)> ddm 1 2 3 4 5 61 0.0 0.1 0.2 0.3 0.4 0.52 0.1 0.0 0.1 0.2 0.3 0.43 0.2 0.1 0.0 0.1 0.2 0.34 0.3 0.2 0.1
0.0 0.1 0.25 0.4 0.3 0.2 0.1 0.0 0.16 0.5 0.4 0.3 0.2 0.1 0.0
I would be grateful if someone could provide me with a code to convert ddm to the lower triangular...
2005 Mar 04
1
Kerberos Tickets gone after reboot
Has anyone had experience with MIT Kerberos tickets not valid after server
reboot?
After server reboot I have to do a 'kinit' to get a new ticket, re-join the
AD domain, and restart samba. Then all is fine until I have to reboot the
server again.. Same thing again and again.
My time is synced, Kerberos tickets are good for 500d.
2010 Oct 17
2
dpois().......bizarre warning messages
Dear Masters,
I have a question to submit
consider the following script
m<-4.95
obs<-rpois(36,m) # i generate 36 realization from a poisson(m)
hist(obs,freq=F)
curve(dpois(x,m),add=T,col="red") #i wish to overlay on the histogram the
theorical poisson density function
errors are returned saing the x vector doesn't contain integers....
really bizarre i can't give
2004 Oct 12
2
ADS valid users can't map share
Everything looks fine to me...
net ads info :
# net ads info
LDAP server: 199.42.192.103
LDAP server name: uscosddm001
Realm: EDSADDDM.DDM.APM.BPM.EDS.COM
Bind Path: dc=EDSADDDM,dc=DDM,dc=APM,dc=BPM,dc=EDS,dc=COM
LDAP port: 389
Server time: Tue, 12 Oct 2004 08:22:59 PST
KDC server: 199.42.192.103
Server time offset: 0
wbinfo -u :
# wbinfo -u | grep imguser
EDSADDDM+imguser
smb.conf :
# cat smb.conf
[global]...
2011 Jun 09
1
pam_succeed_if
Hi,
The default system-auth file for PAM on CentOS has the following auth
section:
auth required pam_env.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth required pam_deny.so
What's the use of the pam_succeed_if line? It will only be reached if
the pam_unix doesn't succeed and from
2006 Oct 12
1
clarifiaction about rync zlib.
i would like a more detailed answer to a question.
{Z_INSERT_ONLY is used to update history}
How is this feature used in rsync?
Other than transfering less data, what other aplications might this feature have?: https://webnetmail.port.ac.uk/w?aB.DDM.EK.UQJ-RugE.DCHEw.CbacuRQ.K
2001 Mar 30
1
Install a Windows app on a fileserver?
I have a samba fileserver running on Linux. I have a dual-boot NT & 98 machine
that I want to use an application on that does not have a lot of hard disk space
left on it. I would like to install the application on the fileserver. Is
there anything special I need to do?
The problem with installing on Windows is that one needs to use an installer
program to get the Start menu and registry
2001 Mar 30
1
Windows System Policies
I was wondering if any one could help me. I'm
currently installing a samba server v 2.0.7 in a high
school. I'm planning on using system policies to
control system access and also the desktop. Everything
is working well, except that samba won't translate
Unix user groups into NT user groups. No matter what
user logs in, from what ever group, Windows believes
them to be apart of the
2001 Mar 26
3
Fwd: Win98 domain logons unreliable
An embedded message was scrubbed...
From: unknown sender
Subject: no subject
Date: no date
Size: 3743
Url: http://lists.samba.org/archive/samba/attachments/20010326/e77b6d5e/attachment.eml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url :
2003 Dec 01
0
No subject
...d.sh for FreeBSD 4.2 and Samba 2.0.7 please? I
can't find it on my system. THanky you.
Please reply to me directly, I AM NOT ON THE LIST.
--
============================================================
Ing. Boleslav Vrany
Stanice techniku DDM hl. m. Prahy
Pod Juliskou 2a
Praha 6 - Dejvice
16000
Czech Republic
tel. (420 2) 243 10 240
Return-Path: <J.Keltsch@science-computing.de>
Delivered-To: samb...
2009 Sep 24
1
xen & iSCSI
Hi,
I'm setting up xen (on centos 5.3) and I'm facing a weird performance
issue with iSCSI.
I attach the iSCSI targets to dom0 and if I use them from dom0 I obtain
good performance with simple dd tests (~100MB/s both reading and
writing).
I then use the block devices for the domU and if I repeat the same dd
test
from within the domU the write performace is still good (~100MB/s), but
the
2002 Aug 16
2
restricted scp and/or sftp
An embedded and charset-unspecified text was scrubbed...
Name: msg.pgp
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020816/fc49c170/attachment.ksh
2002 Aug 21
1
vulnerabilities in scponly
An embedded and charset-unspecified text was scrubbed...
Name: msg.pgp
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020820/23eb5774/attachment.ksh