search for: ir2

Displaying 13 results from an estimated 13 matches for "ir2".

Did you mean: ir
2012 Aug 01
3
Neuralnet Error
I require some help in debugging this code  library(neuralnet) ir<-read.table(file="iris_data.txt",header=TRUE,row.names=NULL) ir1 <- data.frame(ir[1:100,2:6]) ir2 <- data.frame(ifelse(ir1$Species=="setosa",1,ifelse(ir1$Species=="versicolor",0,""))) colnames(ir2)<-("Output") ir3 <- data.frame(rbind(ir1[1:4],ir2)) #rownames(ir3)<-c("SL","SW","PL","PW","Output"...
2012 Oct 17
1
opus Digest, Vol 45, Issue 5
...t; Message: 1 > Date: Tue, 16 Oct 2012 12:48:49 +0100 (BST) > From: Sartre Salam <gmxubuntu at yahoo.de> > Subject: [opus] encoding 44.1Khz > To: "opus at xiph.org" <opus at xiph.org> > Message-ID: > <1350388129.15298.YahooMailNeo at web171605.mail.ir2.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi , I have read that it is posible to encode higher sample > rates like 96 khz or 192khz? and the output is 48 khz, > the resample is internally.? http://wiki.xiph.org/OpusFAQ > But it is possible to enc...
2010 Sep 08
3
[LLVMdev] Complex regalloc contraints
...0 inf inf ] [ inf inf 0 inf ] [ inf inf inf 0 ] The rows and columns of this matrix reflect the storage locations that the allocator can assign, and the elements represent the cost of a specific assignment. Say the rows represent the set { or1, or2, or3, or4 } and the columns represent { ir1, ir2, ir3, ir4 }. The infinite cost elements constrain the valid assignments to matching pairs. Representing the constraint is dead easy, the trick would be making the allocator aware of the constraint. At present the PBQP allocator only "knows" about the basic RA constraints (aliasing, clas...
2012 May 27
5
Help Brugs
Hola; estoy intentando utilizar el paquete BRugs y cuando entra el comando: library(BRugs) me da el siguiente error: Error: .onLoad failed in loadNamespace () for ''Brugs'' Alguien puede ayudarme? Saludos - Jose Ramón Alameda Bailén Área de Psicología Básica Universidad de Huelva [[alternative HTML version deleted]]
2014 Jul 09
3
Resumen de R-help-es, Vol 65, Envío 13
...ge: 1 Date: Tue, 8 Jul 2014 11:38:22 +0100 From: Eva Prieto Castro <evapcastro en yahoo.es> To: r-help-es <r-help-es en r-project.org> Subject: [R-es] Paquete generado no detectan ambiente particular creado. Message-ID: <1404815902.81335.YahooMailNeo en web171506.mail.ir2.yahoo.com> Content-Type: text/plain Buenos días: Por favor, ¿alguien podría crear un script de r con este código que envío e intentar paquetizarlo?. Yo siempre lo conseguía, pero con la versión actual de R (3.1.0), una vez generado el zip del paquete y cargado desde la RGui, no me detecta la e...
2012 Sep 12
2
Ocfs2-users Digest, Vol 105, Issue 4
...Asanka Gunasekera <asanka_gunasekera at yahoo.co.uk> Subject: [Ocfs2-users] Subject: problem configuring ocfs on rhel5.8 kernel 2.6.18-300.el5 To: "ocfs2-users at oss.oracle.com" <ocfs2-users at oss.oracle.com> Message-ID: <1347435149.81077.YahooMailNeo at web133206.mail.ir2.yahoo.com> Content-Type: text/plain; charset="utf-8" Hi this is a resend from a subscribed address sorry if I am causing any inconvenience hope some one can help me on this, I have been straggling to get this working for few weeks now. My issue is as below I am just trying to use o...
2013 Jul 10
0
Resumen de R-help-es, Vol 53, Envío 16
...----- > > Message: 1 > Date: Wed, 10 Jul 2013 08:36:35 +0100 (BST) > From: Eva Prieto Castro <evapcastro@yahoo.es> > To: r-help-es <r-help-es@r-project.org> > Subject: [R-es] read.csv : Duda > Message-ID: > <1373441795.30357.YahooMailNeo@web171504.mail.ir2.yahoo.com> > Content-Type: text/plain > > > > Buenos días: > > Dado un txt con columnas separadas por comas, lo leo con read.csv(nombre > de fichero, header=FALSE), y todo bien; pero, ¿cómo haría si desease > "importar" sólo algunas columas?. > Me refiero...
2013 Nov 09
0
Resumen de R-help-es, Vol 57, Envío 8
...v 2013 07:21:53 +0000 (GMT) > From: Eva Prieto Castro <evapcastro@yahoo.es> > To: "\"r-help-es@r-project.org\"" <r-help-es@r-project.org> > Subject: [R-es] Latin1 vs Utf8 (Prueba en Mac) > Message-ID: > <1383981713.41616.YahooMailNeo@web171503.mail.ir2.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hola a tod@s: > > Por favor, ¿alguien que use Mac puede hacer estas 4 pruebas con los adjuntos y enviarme el resultado?. > > source("PruebaLatin1.r") > source("PruebaLatin1.r"...
2012 Oct 28
1
Tabular datos de Encuesta Continua de Hogares
...--------------------------------------------------------- Message: 1 Date: Sun, 28 Oct 2012 10:06:47 +0000 (GMT) From: Eva Prieto Castro <evapcastro@yahoo.es> To: r-help-es@r-project.org Subject: Re: [R-es] Problemas UniCode Message-ID:     <1351418807.6478.YahooMailClassic@web171506.mail.ir2.yahoo.com> Content-Type: text/plain Hola de nuevo: Pues va a ser que no: el problema persiste. En la máquina desde la cual creo el paquete (Windows): > l10n_info() $MBCS [1] FALSE $`UTF-8` [1] FALSE $`Latin-1` [1] TRUE $codepage [1] 1252 En la máquina desde la cual se prueba el paque...
2010 Sep 07
0
[LLVMdev] Complex regalloc contraints
On Sep 7, 2010, at 3:01 AM, Carlos Sanchez de La Lama wrote: > The machine I am targeting has some special requirements for some > operations, say: > > ADD or1, ir1, r5 > > would add ir1 (input reg 1) and r5 and put the result in or1 (output reg > 1). The point id that input and output regs have to go paired (this > meaning an addition of ir1 with whatever always goes to
2012 Sep 19
0
Lowest AIC after stepAIC can be lowered by manual reduction of variables (Florian Moser)
...age: 12 Date: Tue, 18 Sep 2012 14:27:34 +0100 (BST) From: Florian Moser <floserx2 at yahoo.de> To: r-help at r-project.org Subject: [R] Lowest AIC after stepAIC can be lowered by manual reduction of variables Message-ID: <1347974854.4978.YahooMailClassic at web28904.mail.ir2.yahoo.com> Content-Type: text/plain Hello I am not really a statistic person, so it's possible i did something completely wrong... if this is the case: sorry... I try to get the best GLM model (with the lowest AIC) for my dataset. Therefore I run a stepAIC (in the "MASS" package)...
2010 Sep 07
2
[LLVMdev] Complex regalloc contraints
Hi all, The machine I am targeting has some special requirements for some operations, say: ADD or1, ir1, r5 would add ir1 (input reg 1) and r5 and put the result in or1 (output reg 1). The point id that input and output regs have to go paired (this meaning an addition of ir1 with whatever always goes to or1, or an in general irX + whatever goes to orX). AFAIK, InstrInfo.td only allow
2012 Sep 12
0
Ocfs2-users Digest, Vol 105, Issue 4
...unasekera <asanka_gunasekera at yahoo.co.uk> Subject: [Ocfs2-users] Subject: problem configuring ocfs on rhel5.8 ??? kernel??? 2.6.18-300.el5 To: "ocfs2-users at oss.oracle.com" <ocfs2-users at oss.oracle.com> Message-ID: ??? <1347435149.81077.YahooMailNeo at web133206.mail.ir2.yahoo.com> Content-Type: text/plain; charset="utf-8" Hi this is a resend from a subscribed address sorry if I am causing any inconvenience hope some one can help me on this, I have been straggling to get this working for few weeks now. My issue is as below I am just trying to use o...