search for: dmin

Displaying 17 results from an estimated 17 matches for "dmin".

Did you mean: admin
2006 Mar 09
1
HCLUST subroutine question -- FORTRAN DO loops
...in order to be able to restart the C algorithm from a cut. C MEMBR(I)=1. 10 FLAG(I)=.TRUE. NCL=N C C Carry out an agglomeration - first create list of NNs C Note NN and DISNN are the nearest neighbour and its distance C TO THE RIGHT of I. C DO 30 I=1,N-1 DMIN=INF DO 20 J=I+1,N IND=IOFFST(N,I,J) IF (DISS(IND).GE.DMIN) GOTO 20 DMIN=DISS(IND) JM=J 20 CONTINUE NN(I)=JM DISNN(I)=DMIN 30 CONTINUE C 400 CONTINUE C Next, determine least diss. using list of NNs...
2011 Nov 07
1
How do I return to the row values of a matrix after computing distances
## Package Needed library(fields) ## Assumptions set.seed(123) nsim<-5 p<-2 ## Generate Random Matrix G G <- matrix(runif(p*nsim),nsim,p) ## Set Empty Matraces dmax and dmin dmax<- matrix(data=NA,nrow=nsim,ncol=p) dmin<- matrix(data=NA,nrow=nsim,ncol=p) ## Loop to Fill dmax and dmin for(i in 1:nsim) { dmax[i]<- max(rdist(G[i,,drop=FALSE],G)) dmin[i]<- min(rdist(G[i,,drop=FALSE],G[-i,])) } I filled the dmax and dmin with the distance values I calculated,...
2011 Feb 17
0
Best way to organize this data for plotting
Hello I have a number of data files which are outputs for each step of a simulation. The data is organized like this: dmin dmax coef 5 6 0.490981 3 8 0.098056 5 6 0.425926 6 6 0.517860 2 4 0.527778 I would like to make a 3-d plot where one axis corresponds to (dmin, dmax) pair, one axis is the simulation step and the other is the m...
2013 Apr 24
0
Help me make faster R code for Kennard-Stone algorithm [My code is so slow from Matlab]
...vin ################################################################################ # ############################################################################## # Kennard-Stone algorithm for selection of samples ksFun = function(x, N) { # Initial the vector of minimum distance dminmax = sample(0, N, replace = TRUE) # Default: FALSE M = nrow(x) samples = 1:M # Initializes the matrix of distances D = matrix(0, nrow = M, ncol = M) for (i in 1:(M - 1)) { xa = x[i, ] for (j in (i + 1):M) {...
2017 Sep 27
1
need held in r coding.
Need Help in Debugging below script:-------------------------------- dat <- get_majorlandmarks(dat,Dmin,Per) fit_xts <- xts(dat$fit,order.by = dat$Date,frequency = 365) close_xts <- xts(dat$Close, order.by = dat$Date, frequency = 365 ) majorlandmarks_xts <-xts(dat$Close[dat$majorlandmarks==TRUE], order.by = dat$Date[dat$majorlandmarks==TRUE], frequency = 365 ) minorlandmarks_xts <- xts(d...
2010 Nov 24
3
Custom ticks on x axis when dates are involved
Hi, I have a set of irregular time series and i want to produce a simple plot, with dates on x axis and attribute value of y axis. This is simple enough but my x axis is divided automatically by ticks every 5 years. I would like to have a tick every year at January 1st. I am not sure how i can do that - i end up with something very close to what i want, but it is clunky and not very correct. I
2018 Dec 14
0
Sample smb.conf for ADs authentication
...end = *rid* > > idmap config DOMAIN:range = 10000-999999 > > The rid helped: > > [root at server samba]# id DOMAIN\\user > uid=1611(DOMAIN\user) gid=1013(DOMAIN\domain users) > groups=1013(DOMAIN\domain > users),1611(DOMAIN\gsoucy),1610(DOMAIN\sudoers),3104(DOMAIN\@dmin),1607(DOMAIN\test),1620(DOMAIN\labtest),1621(DOMAIN),1622(DOMAIN\lab) > > but the ids are not what we wrote as uids and guids in the AD > interface (windows). > > Nevertheless encouraging. Any idea on why the *ad* back end does not > work ? As I said, it was only a test, it sho...
2004 Aug 06
0
telnet to admin Was Web Admin Settings
> I'm really interested in that the icecast web interface works, because > the server where it is installed has strict access policies and I can't > access to the admin console. If you can access the stream, you should be able to access the admin console. I have had some problems though: If I use Win2000's telnet, I can get an admin console. C:\>telnet 192.168.1.1 8000 screen clears, I blindly (no echo) type: "ADMIN password<enter><enter&...
2000 Aug 02
1
problems with w2k and samba PDC
I simply cannot join my domain controlled by a samba PDC (vers. 2.0 or the newest version 2.0.7) with w2k professional. If I try to join the domain a messagebox appears and claims that the particular domain doesn't exist (allthough I know it does!). If one examines the logfiles, it seems as if they don't understand themselves at all.
2004 Jul 30
2
asterisk-oh323-0.6.3a
...the error: # make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make: *** No rule to make target `ccflags'. Stop. make: *** No rule to make target `ccflags'. Stop. make[1]: Entering directory `/root/playmonkeys/asterisk-oh323-0.6.3a/wrapper' ./check_ver /home/admin/h323/pwlib pwlib ./check_ver /home/admin/h323/openh323 openh323 g++ -Wall -x c++ -Os -DWRAPTRACING -DWRAPTRACING_LEVEL=5 -DPWLIBVERSION=\"1.6.6\" -DOPENH 323VERSION=\"1.13.5\" -I/home/admin/h323/pwlib/include/ptlib/unix -I/home/a dmin/h323/pwlib/include -I/home/admin/h323/open...
2004 Aug 06
2
Web Admin Settings
Hi everybody. I'm still trying to solve the problem with link in the set mode page (web admin interface). I have seen in the source file (item.c) that it is suppose to return and string, but it's returning nothing. It's ware it can't build the link correctly, because only left the argument value, and each value is printed previously. I'm going to keep hacking to try to reso...
2004 Aug 06
2
icecast+liveice in normal user fail
I would like to use icecast and liveice as my normal account. If I do so, using xmms, I can access the relayed radios I have defined, but I cannot listen th the playlist liveice is broadcasting on /disk. XMMS tells me that the specified stream could not be found. If I launch icecast as root however, it works fine. I've searched through the logs and checked the file permissions but I
2009 May 31
1
My Documents: Music shows, Pictures not so much
Hey all, I have a functioning Samba server in my test lab. All of my must-haves are met. My problem really boils down to a minor nuisance. Basically, when I log the test users in and open My Documents I only see one folder: My Music. Not that I really care but curiosity is killing me here and I can't figure out why the My Pictures folder is not present also. On top of that users love
2006 Oct 08
2
Error Correcting Codes, Simplex
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20061008/19f386e1/attachment.pl
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...if (method == 0) { GPolyline(ns, xxx, yyy, USER, dd); @@ -871,7 +871,7 @@ if (gotLabel) { /* find which plot edge we are closest to */ - int closest; // 0 = index, 1 = index+range + int closest; /* 0 = index, 1 = index+range */ double dx1, dx2, dy1, dy2, dmin; dx1 = fmin2((xxx[index] - dd->gp.usr[0]), (dd->gp.usr[1] - xxx[index])); @@ -971,8 +971,8 @@ */ GConvert(&ux, &uy, USER, INCHES, dd); GConvert(&vx, &vy, USER, INCHES, dd); - // 1, 1 => sans serif, basic font - // 0, .5 => left, centre...
2018 Dec 13
7
Sample smb.conf for ADs authentication
Hello, I am trying to configure samba on a Centos 7.5 linux server ( Samba 4.8.3 ) to share files stored on that server to a set of windows PCs running win7 and win10. Some facts: - the linux server is NOT the domain controller but it successfully joined the domain ( realm join ...). - we have a few linux servers on which we will want to configure samba in a similar way to share files. - the
2015 Feb 20
10
[PATCH 01/11] nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- .../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 66 +++++++++++++++++++++- 1 file changed, 63 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp index dfb093c..e38a3b8 100644 ---