Displaying 20 results from an estimated 87 matches for "ves".
Did you mean:
vec
2019 Feb 12
7
Leer un txt a trozos
...2
col1 col2 col3 col4
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato dato dato dato
end
time 3
col1 col2 col3 col4
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato dato dato dato
end
Lo que me gustaría decirle a R es "ves a donde pone time y tráete X lineas"
o "ves a donde pone time y tráete lineas hasta que llegues a end"
En realidad debe ser bastante fácil, todas las tablas empiezan con time y
acaban con end y tienen el mismo numero de filas.
He estado mirando readPlain(), scan(), readfile()... pero...
2019 Apr 04
2
[RFC] NEC SX-Aurora VE backend
...56 x 64
bits), 16 vector mask registers and a vector length register. The VE can
run HPC and AI loads with high efficiency provided that the code is well
vectorized.
The VE was released officially in March 2018 and is currently available
integrated into appropriate servers containing 1, 2, 4 or 8 VEs
https://www.nec.com/en/global/solutions/hpc/sx/. An SDK is provided,
containing optimized mathematical libraries, proprietary C, C++ and
Fortran compilers as well as a proprietary MPI implementation capable of
communicating over PCIe and in PeerDirect manner over Infiniband. The
main programming mo...
2007 Nov 06
2
Asterisk & OpenVZ
Hi All,
I've got debian (etch), openvz and asterisk up and running using the
openvz wiki guides. The examples use `apt-get install asterisk` and
this will install 1.2.13. Has anyone gotten an VPS to compile the
latest versions from source?
Also, I'm unsure how the zaptel modules come into play, could use some
guidance there as well.
Thanks.
JR
--
JR Richardson
Engineering for the
2008 May 31
1
Virtuozzo & GFS
I have just finished deploying two Dell PowerEdge 1950s with CentOS 5.1 and
Virtuozzo 4. GFS is up and running and Virtuozzo is configured for
shared-storage clustering. Everything works adequately but I am wondering if
anyone else has experienced load issues like I am seeing. I have three
VEs/VMs running, two on one node and one on the other node. One of the VEs
on each node are doing very little (one is just idling with apache and mysql
and the other is running rsync every six hours). The other is running
Zimbra. Every so often load will spike on the node running the Zimbra VE to
as hi...
2008 Dec 08
1
statistics on "runs" of numbers
Dear R Users,
Is there a package or some functionality in R which returns statistics on
"runs" of numbers, i.e. series of numbers with similar qualities in a time
series ? For example, the number of +ves,-ves, histograms on cumulations
in runs, etc. ?
Thanks in advance,
Tolga
Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. I...
2017 Apr 05
2
Servicios en la nube
Buenas, me gustaría saber su experiencia sobre servicios en la nube.
Se que hay varios que usan los servicios de MS Azure. Tengo una duda
respecto a eso, funciona como una maquina virtual, no? Lo que significa
que para correr procesos debo estar conectado a la maquina, o puedo
dejar corriendo procesos en segundo plano y volver luego para ver el
resultado.
Saludos y muchas gracias!
--
2010 Jun 18
3
free ftp server
Hi,
I'm looking a linux freeware for sharing file with a web browser
interface - protect file by password, send link to download by email....
Something like the following service:
https://www.yousendit.com/
http://www.hongkiat.com/blog/15-great-free-online-file-sharing-alternati
ves/
The idea is to install this service in OUR server for sharing files
beetwen other company. For differents reasons we don't want to store
some files in other servers.
Any idea about a software we can use in our local server ?
Thanks.
__________________________
Ce message (et toutes...
2007 Apr 13
4
openvz resources
Anyone here running asterisk on openvz, if so what are your experiences?
Right now we are trying to tune out the resources for the difference VEs,
but not with a whole lot of luck. Just wondering if someone watching could
shed some like on what has worked for them, and how many exts/simultaneous
calls etc are happening.
Thanks
Miles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pip...
2014 Jan 30
2
objecto ggplot
...; > Hola estimada comunidad,
>> >
>> > Tengo duda respecto de que es un objeto ggplot
>> >
>> > Es un gráfico?
>>
>> Igual me equivoco, pero que yo sepa, sí.
>>
>> Haz un 'print(p)', donde p es un objeto de tipo ggplot, a ver si ves
>> el gráfico en pantalla.
>>
>> Un saludo.
>>
>
>
[[alternative HTML version deleted]]
2009 Oct 30
2
idmapping changes from 3.0.10 to 3.4.2.
...al change to the
system
meaning it would be nice to only change the smb.conf file if possible.
The new version doesn't seem to properly work. getent passwd only produces
entries from /etc/passwd. Sometimes, getent passwd user will get results
but usually they don't.
Also, when winbindd (ves 3.0.10) started it would have a heavy load for
about
15 minutes while it loaded information. This version (3.4.2) seems to have
very little load so it seems to act differently or it is having a problem.
Any suggestions on how to change the global section below quickly and easily
to make this a tr...
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2002 Aug 23
2
row.names - problem with vers. 1.4.1
...ttle help:
I want to handle a file with a first column like this:
...
27.10.98
28.10.98
29.10.98
...
In vers. 1.5.1 I can use a statement like:
# load daily
prices
prices<-as.matrix(read.table(paste(path,"prices",date,".txt",sep=""),row.names=1,header=T))
In ves. 1.4.1 R generates an ERROR:
Error in "row.names<-.data.frame"(*tmp*, value = row.names) :
duplicate row.names are not allowed
For a reason too complex to explain I HAVE TO use 1.4.1! Can anyone tell me
how to solve this problem in 1.4.1?
TIA,
Alfred.
--
-.-.-.-.-.-.-.-...
2007 Jun 24
4
It seems the "machine check exception handling" breaks HVM guest
...HVM1: eax 651 ecx 100350 edx 0 ebx
FFFFF
(XEN) HVM1: esp D74CC ebp D74F8 esi EA000 edi
D9904
(XEN) HVM1: trapno D errno 0
(XEN) HVM1: eip D3538 cs 10 eflags 2
(XEN) HVM1: uesp 0 uss 0
(XEN) HVM1: ves 0 vds 0 vfs 0 vgs
0
(XEN) HVM1: cr0 0 cr2 0 cr3 0 cr4
0
(XEN) HVM1:
(XEN) HVM1: Halt called from %eip 0xD037C
-- Dexuan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
ht...
2018 Jan 20
2
Random Forests
...5 10 10 6 10 10 5 10 13 9 13 10 10 6 12
> [485] 8 7 9 12 10 9 7 7 14 6 9 6 6 8 10 6
>> vtmp <- treesize(iris.rf)
>> sum(vtmp)
>
> Por defecto al no especificar nada, el "ntrees" de randomForest() es 500.
> Efectivamente generas 500 árboles como ves en el número de elementos que
> devuelve "treesize(iris.rf)".
>
> Y cada árbol, tiene el número de nodos que ves en el valor de cada uno de
> los elementos que igualmente devuelve "treesize(iris.rf)": 7, 10, 13...
>
> Gracias,
> Carlos
>
> El 20 de ene...
2018 Jan 20
2
Random Forests
Gracias Carlos y Javier, ntrees es el nº de árboles y treesize sus
respectivos tamaños (nº de nodos)
ntree: Number of trees to grow. This should not be set to too small ......
treesize: Size of trees (number of nodes) in and ensemble.
Puse 1000 árboles (ntree=1000), si, pero la función treesize te da el
nº de nodos:
treesize(RFfit, terminal=TRUE) me da un vector de 1000 elementos (uno
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
...consumerSecret=consumerSecret, requestURL=reqURL, accessURL=accessURL, authURL=authURL)twitCred$handshake()
registerTwitterOAuth(twitCred)
El problema es que no sé qué hago mal (bien en el código), o tal ves tengo que hacer algo en mi PC que es un Windows 8, ya que me sale el siguiente error (en las últimas 2 líneas), he visto indicaciones de tocar el Path o descargarme cosas, pero antes de nada prefiero la opinión de alguno de vosotros si habéis tenido este problema y si lo habéis resuelto y como:
>...
2017 Sep 29
3
Minería de testo en R
...gunos paquetes analizan directamente
texto de libros, tweets u otras fuentes donde no hay una estructura como
cuadros en el texto que se quiere analizar.
Desde ya muchas gracias por la ayuda.
Saludos,
Manuel
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspinola en una.cr <mspinola en una.ac.cr>
mspinola10 en gmail.com
Teléfono: (506) 8706 - 4662
Personal website: Lobito de río <https://sites.google.com/site/lobitoderio/>
Institutional website: ICOMVIS <http://www.icomvis...
2006 Aug 14
1
2 node cluster, Heartbeat2, self-fencing
Hello everyone.
I am currently working on setting up new servers for my employer. Basically we
want two servers, all of them running several VEs (virtual environments,
OpenVZ) which can dynamically take over each others job if necessary. Some
services will run concurrently on both servers like apache2 (load balancing),
so those need concurrent access to specific data.
We had a close look at OCFS2 to be able to have our web data availabl...
2018 Jan 22
2
Random Forests
...0 9 7 7 14 6 9 6 6 8 10 6
>>>
>>>> vtmp <- treesize(iris.rf)
>>>> sum(vtmp)
>>>>
>>>
>>> Por defecto al no especificar nada, el "ntrees" de randomForest() es 500.
>>> Efectivamente generas 500 árboles como ves en el número de elementos que
>>> devuelve "treesize(iris.rf)".
>>>
>>> Y cada árbol, tiene el número de nodos que ves en el valor de cada uno de
>>> los elementos que igualmente devuelve "treesize(iris.rf)": 7, 10, 13...
>>>
>>...