search for: it4

Displaying 9 results from an estimated 9 matches for "it4".

Did you mean: it
2009 Jul 17
1
Arules questions. I need some help please
...llowing problem let suppose the matrix b like: b<-matrix(c(1,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1),nrow=6) rownames(b)=c("T1", "T2", "T3", "T4", "T5", "T6") colnames(b)=c("It1", "It2", "It3", "It4") bt<-as(b, "transactions") rules<-apriori(bt, parameter = list(maxlen=2)) k<-inspect(rules) k ##we obtain lhs rhs support confidence lift 1 {} => {It4} 1.0000000 1 1.0 2 {} => {It1} 1.0000000 1 1.0 3 {It3} => {It2} 0.5000000...
2009 Jul 15
4
Extract pairs (rowname, columname) from a matrix where value is 0
Dear sir, I have a matrix like a<-matrix(c(0,2,0,4,0,6,5,8,0),nrow=3) colnames(a)<-c("F1","F2","F3") rownames(a)<-c("A1","A2","A3") a F1 F2 F3 A1 0 4 5 A2 2 0 8 A3 0 6 0 I want to extract all pairs (rownames, columnames) from which the value in the matrix is 0 The result should be something like this A1, F1 A2,
2012 Feb 03
3
[fields] image.plot abends with NAs in image.plot.info
...ing > Browse[2]> info > $xlim > [1] NA > $ylim > [1] NA > $zlim > [1] NA > $poly.grid > [1] FALSE details: (Hopefully the following is not too long-winded; I'm just trying to be complete.) I'm running on a cluster (where I don't have root) with me at it4:~ $ lsb_release -a LSB Version: :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 5.4 (Tikanga) Release: 5.4 Codename: Tikanga me at it4:~ $ uname -a Linu...
2003 Dec 01
0
No subject
...-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ Hie ! How do I get my Samba ( and windows machines ) work like this : I want to get the desktop in windows to bestored on the samba server so that I can get the desktop to look the same even if it4s an different machine I4m sitting on next time. Get me ? Hope for some advice. Cheers, / Jimmie Return-Path: <edror@panasas.com> Delivered-To: samba@lists.samba.org Received: from PIKES.panasas.com (gw2.panasas.com [65.194.124.178]) by lists.samba.org (Postfix) with ESMTP id 882344154...
2003 Dec 01
0
No subject
...d: General questions regarding Samba <samba.lists.samba.org> List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ Try Oreilly4s "Using Samba". It4s free and available on the Net. Best resource for Samba newbies. http://www.oreilly.com/catalog/samba/chapter/book/index.html There4s a PDF version. Download and print it, if you like. http://www.oreilly.com/catalog/samba/chapter/book/indexpdf.html And you can buy the printed version of the book...
2003 Dec 01
0
No subject
.../etc/rc.d/init.d/smb. That's the start/stop skript for samba. Do a /etc/rc.d/init.d/smb status|stop|start Once samba is running, try to connect form NT. Do it one by one. I would start with plaintext passwords. For this to work you must appliey the following registry-key to NT: ----- REGEDIT4 ;Contributor: Tim Small (tim.small@virgin.net) ;Updated: 20 August 1997 ;Status: Current ; ;Subject: Registry file to enable plain text passwords in NT4- SP3 and later [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] "EnablePlainTextPassword"=dword:00000001 ------...
2003 Dec 01
0
No subject
...the following diff for docs/NT4-Locking.reg: > > diff -u samba-2.2.0a/docs/NT4-Locking.reg samba-2.2.0b/docs/NT4-Locking.reg > --- samba-2.2.0a/docs/NT4-Locking.reg Sun Feb 14 03:40:06 1999 > +++ samba-2.2.0b/docs/NT4-Locking.reg Mon Jun 25 23:38:10 2001 > @@ -1,7 +1,8 @@ > REGEDIT4 > > ;Contributor: John H Terpstra <jht@samba.org> > -;Updated: Feb 15, 1999 > +;Corrected: Stefan Kanthak <skanthak@nexgo.de> > +;Updated: Jun 25, 2001 > ; > ;Subject: Registry Entries That Affect Locking and Caching > > @@ -15,7 +16,8 @@ > "Util...
2003 Dec 01
0
No subject
...ent says: "hard drive full" and cancel the copying. but sometimes samba don4t care about quota and copy on... over the quota. first of all i tried the quota-package that comes with red hat 7.1 (v3.0.0..). then i tried (and still try) the latest version from www.sourceforge.net (v3.0.1..). it4s the same problem. i don4t know. is ist a problem by samba or a quota problem??? has someone experienced the same problem??? thanks for answers, andy Return-Path: <bferrell@microdisplay.com> Delivered-To: samba@lists.samba.org Received: from sartre.microdisplay.com (sartre.microdisplay.com...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *