search for: algo

Displaying 20 results from an estimated 1546 matches for "algo".

Did you mean: ago
2022 Jun 01
2
Update RPM GPG key for EL9
...? expires: never?????? usage: E >> >> Can someone explain what I need to do to make things compatible with EL9? >> >> Thank you! >> > > Just ensure that it's not using SHA1, which was deprecated, reason why the > CentOS keys had to be re-signed with newer algo too > > See this thread : > https://lists.centos.org/pipermail/centos-devel/2022-March/120263.html Thanks - but I don't know how to check if it is using SHA1 or how to regenerate it with SHA512. -- Orion Poplawski IT Systems Manager 720-772-5637 NWRA, Bould...
2010 Oct 27
0
Introducing the futile.paradigm, a package for functional dispatching in R
...on with custom type constructors # Define a function and its derivatives fx <- function(x) x^2 - 4 f1 <- function(x) 2*x f2 <- function(x) 2 # Define the numerical optimization harness converged <- function(x1, x0, tolerance=1e-6) abs(x1 - x0) < tolerance minimize <- function(x0, algo, max.steps=100) { step <- 0 old.x <- x0 while (step < max.steps) { # Calls abstract function 'iterate' with definitions below new.x <- iterate(old.x, algo) if (converged(new.x, old.x)) break old.x <- new.x } new.x } # Implement Newton-Raphson iter...
2010 Oct 27
0
Introducing the futile.paradigm, a package for functional dispatching in R
...on with custom type constructors # Define a function and its derivatives fx <- function(x) x^2 - 4 f1 <- function(x) 2*x f2 <- function(x) 2 # Define the numerical optimization harness converged <- function(x1, x0, tolerance=1e-6) abs(x1 - x0) < tolerance minimize <- function(x0, algo, max.steps=100) { step <- 0 old.x <- x0 while (step < max.steps) { # Calls abstract function 'iterate' with definitions below new.x <- iterate(old.x, algo) if (converged(new.x, old.x)) break old.x <- new.x } new.x } # Implement Newton-Raphson iter...
2013 Feb 18
3
Cortar una cadena por un caracter solo cuando no forma parte de una subcadena entrecomillada
Hola, ¿qué tal? Tengo el siguiente problema. Me llegan (simplificando) cadenas del tipo 1,2,"algo"; 3,"cosa"; 4,2,3,7; y tengo que partirlas por el caracter ";" para meterlas en una lista. Lo hago con strsplit y no tengo problemas... ... hasta que recibo cadenas como 1,2,"algo;todo"; 3,"cosa"; 4,2,3,7; en las que existen puntos y coma "entre...
2015 Dec 02
2
igraph o network
Estimados, estoy ?jugando? con unos datos clínicos donde realizo un análisis de redes, utilicé igraph como nerwork, pero finalmente uso igraph (creo que tiene más opciónes). Son algo de 200 nodos y algo más de 2000 relaciones. Puedo graficarlos. Los datos están de la siguiente forma, por ejemplo, individuo, patología, (las dos primeras columnas son la relación), luego un fármaco, el grupo farmacológico, el grupo de patología, etc. Pero hay algo que no comprendo, al realizar c...
2006 Jun 26
1
[PATCH, RFC 0/13] OTP: add auth_cache_remove()
This patchset add support for One-Time-Password authentication mechanisms, both S/Key (RFC 1731) and OTP (RFC 2444) are implemented. Tested with mutt (uses cyrus sasl library for authentication). Patches were made against CVS HEAD. Please take a look. Add auth_cache_remove() function which will be used by OTP code to evict old entries from auth cache. diff -urdpNX /usr/share/dontdiff -x
2018 Jan 10
3
Código de salida de una función R
...spero me puedan ayudar. En linux, en bash si una instrucción no termina correctamente puedo obtener un código de error, por ejemplo: [rapusr en tstr200043 ~]$ ls -z ls: invalid option -- 'z' Try 'ls --help' for more information. [rapusr en tstr200043 ~]$ echo $? 2 ¿En R existe algo parecido?, por ejemplo busco algo como R> rnorm(1000O) Error: unexpected symbol in "rnorm(1000O" status() 2 status = "función o alguna forma de obtener el código de error" En una función que yo realice, esto no es problema porque con return puedo devolver el código de err...
2008 Oct 27
1
Algo. for matrix inverse
I am looking fpr a algo to find matrix inverse. Till time I am aware of Gauss-Jordan Elimination procedure to find the same. Are there any other algo. as well? What does R use to find the inverse? -- View this message in context: http://www.nabble.com/Algo.-for-matrix-inverse-tp20182285p20182285.html Sent from the R help...
2017 Mar 21
2
Alternativa a RStudio
Estimado Fernando Macedo Encontré algo que dice sobre la indexación, como que iría creando un índice en algún lado para encontrar partes del código utilizado en autocompletar, o algo por el estilo. Estoy cambiando desde un archivo R notebook a R Markdown, sospecho que ese archivo hacía problemas, pero no estoy seguro, hace más de una h...
2017 May 01
2
playing around with removing algos
Example, 'Macs'. On the man page I read: "Multiple algorithms must be comma-separated. ... If the specified value begins with a '-' character, then the specified algorithms (including wildcards) will be removed" It seems that just one algo name is supported on such a line, example: Macs -umac-64* But this form is not supported: Macs -...
2019 Apr 05
3
Orientación para hacer un sitio web con R
...suario échale un vistazo a shinyproxy El vie., 5 abr. 2019 a las 18:40, Juan Abasolo (<juan.abasolo en ehu.eus>) escribió: > Gracias, Jesus y Carlos; > Me había desalentado mucho con lo que había entendido; pero voy a hacer la > prueba. Poquito a poco voy a ir probando; supongo que algo para que mis > compañeros puedan usar en una computadora del grupo, o algo así. > Con los Docker tuve una experiencia bastante frustrante, pero capaz que > tengo que volver a encararlo con ayuda. > > Hau idatzi du Jesús Para Fernández (j.para.fernandez en hotmail.com) > erabiltzai...
2003 Dec 02
7
Meetme Recording
Hi, Can anybody explain me in configuring Asterisk to record a conference? Regards... Girish _________________________________________________________________ Add zing to Hotmail. Get FREE newsletters. http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe now!
2006 Apr 12
2
Lattice, panel.grid and groups
....567000, 10.772000, 8.506000, 8.395000, 8.426000, 8.582000, 8.395000, 10.144000, 8.407000 ,11.801051, 11.055339, 9.708079, 9.175891, 11.216250, 10.219728, 10.075000, 7.859582, 11.470972, 9.162232, 10.395510, 10.886422, 11.201043, 11.316806, 9.806960) dat <- data.frame(number=rep(2:9,1,each=9), algo=rep(c("one","two","three"),8,each=3), distance=rep(c("d1","d2","d3"),24), value=a) print(xyplot( value ~ number | algo , data=dat, groups=distance, type="l", auto.key = list(space = "top&quo...
2013 Jan 11
5
data - R es
Hola a todos. Creo que la idea de redactar algo de R por nosotros no es nada nueva, pero ¿como se puede hacer para extraer de nuestra lista los problemas que aparecieron y necesitaron la colaboración de todos? ¿como encontrar las preguntas por ejemplo de lme4 relacionadas a xx? ¿se puede hacer algo medio automatizado de acuerdo a la cantidad de...
2019 Dec 11
4
[Bug 1390] New: iptables -m string not working with --algo bm and OUTPUT chain under 5.3.x
https://bugzilla.netfilter.org/show_bug.cgi?id=1390 Bug ID: 1390 Summary: iptables -m string not working with --algo bm and OUTPUT chain under 5.3.x Product: netfilter/iptables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: unknown Assignee: net...
2017 Mar 21
3
Alternativa a RStudio
...acedo Enviado: martes, 21 de marzo de 2017 20:16 Para: Marcuzzi, Javier CC: R-help-es Asunto: RE: [R-es] Alternativa a RStudio Probaste matando los procesos de R y RStudio directamente? El 21 mar. 2017 20:14, <javier.ruben.marcuzzi en gmail.com> escribió: Estimado Fernando Macedo   Encontré algo que dice sobre la indexación, como que iría creando un índice en algún lado para encontrar partes del código utilizado en autocompletar, o algo por el estilo.   Estoy cambiando desde un archivo R notebook a R Markdown, sospecho que ese archivo hacía problemas, pero no estoy seguro, hace más de una...
2016 Jan 27
1
NTP Service Running on Local Host does not Sync System Time
...09:36, John R Pierce wrote: Hi! > ntpd won't make drastic changes in the time, if its too far off. its > designed to stabilize the clock by making small changes in speeding it > up or slowing it down, and not 'staircase' setting it absolutely. http://www.ntp.org/ntpfaq/NTP-s-algo.htm#Q-ALGO-BASIC-STEP-SLEW Apart from that, the ntp-implementation (or chrony nowadays) "wants" to have more than one time source. http://www.ntp.org/ntpfaq/NTP-s-algo-real.htm#Q-NTP-ALGO Cheers Dirk -- https://d5e.org/
2019 Apr 05
2
Orientación para hacer un sitio web con R
...REAF-CTFC Tel. +34 93 581 33 53 CREAF. Campus UAB. Edifici C. 08193 Bellaterra (Barcelona) Antes de imprimir este mensaje electrónico piense en el medio ambiente. On Fri, 5 Apr 2019 at 22:28, Javier Marcuzzi < javier.ruben.marcuzzi en gmail.com> wrote: > Estimados > > Shiny es algo que en su momento me pareció muy bueno, luego por solo buscar > algo distinto no continué por ese camino, sin embargo recordaba algo, no > era justo lo que buscaba en mi memoria, pero encontré esto leí en su > momento y sinceramente me llamó la atención, > > https://medium.com/graalv...
2017 Dec 12
2
Estimada comunidad, queria pedirles ayuda porque realmente llevo muchas horas tratando de hacer algo que debe ser simple, y por eso mismo ya me esta frustrando ...
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20171212/ed631f07/attachment.html>
2004 Dec 03
1
organising the display in Trellis plots
...hich specific panels will stay empty? I tried index.perm to arrange the order. Then there is perm.cond which I could not understand if it can serve for my purpose since I cant really find which kind of data it accepts. Thank you for the help. Marco P.S. I attach some code. plot <- Dotplot(algo~Cbind(y,lower,upper) | group,data=OUT, pch=3, method="bars",pch.bar=2,lwd=3, cex=0.8, par.strip.text=list(cex=1), panel=function(x,y,...) { print(attr(x,'other')) panel....