Displaying 20 results from an estimated 54 matches for "nok".
Did you mean:
no
2006 Dec 08
1
missing factor levels in a lattice barchart panel cause unexpected failure
Hi all - I'm trying to generate lattice barchart graphs with missing
values, and came across the following:
This does not run. I would expect it to:
library(lattice)
D = data.frame(X=1, Y=factor(letters[2], letters[1:2]))
barchart(~ X, D, groups=Y)
Error in grid.Call.graphics("L_rect", x$x, x$y, x$width, x$height,
resolveHJust(x$just, :
invalid line type
which is simply
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks,
I have three dataframes storing some information about
two currency pairs, as follows:
R> a
EUR-USD NOK-SEK
1.23 1.33
1.22 1.43
1.26 1.42
1.24 1.50
1.21 1.36
1.26 1.60
1.29 1.44
1.25 1.36
1.27 1.39
1.23 1.48
1.22 1.26
1.24 1.29
1.27 1.57
1.21 1.55
1.23 1.35
1.25 1.41
1.25 1.30
1.23 1.11
1.28 1.37
1.27 1.23
R> b
EUR-USD NOK-SEK
1.23 1.22
1.21 1.36
1.28 1.61
1.23 1.34
1.21 1.22
R> d
EUR-US...
2011 Dec 06
2
Why can't I figure this out? :S
...ep(quantile, length.out = 2)
if(is.null(psamp)) psamp <- quantile[1]
## LTS results with robust residuals
NameC_lts <-
lqs(gpanew~female+female:lastinit+agenew+canadian+mom_ed+yearstudy,
quantile = quantile[1], psamp = psamp, nsamp = nsamp)
rr <- residuals(NameC_lts)/NameC_lts$scale[2]
rr_nok <- abs(rr) > critval[1]
## robust leverage via MCD (or MVE)
X <- model.matrix(NameC)[,-1]
cv <- cov.rob(X, method = method,
quantile = quantile[2], nsamp = dist_nsamp)
rd <- sqrt(mahalanobis(X, cv$center, cv$cov))
rd_nok <- rd > critval[2]
## ROBUST results
nok <- rr_nok &am...
2016 Apr 12
3
Random Forest para clasificación
No no, eso lo he sacaod, es decir, tengo la matriz de confusión para las OK/NOK, lo que no entiendo es como extraer las conclusiones sobre el modelo, de cara a como afectan las variables. He seguido dos estrategias:
1-Crear arboles de clasificacion con las variables más importantes del random Forest, pero el modelo se empobrece bastante.
2- Sacar los partialPlot, para ver la...
1999 Mar 09
0
Bug in lm.wfit with zero weights in 0.63.3 (PR#136)
...n lm.wfit, which removes cases with
zero weights, but does not adjust the offset. The fix is
z$fitted.values <- (y - z$residuals)
z$weights <- w
if (zero.weights) {
coef[is.na(coef)] <- 0
f0 <- x0 %*% coef
if (ny > 1) {
save.r[ok, ] <- z$residuals
save.r[nok, ] <- y0 - f0
save.f[ok, ] <- z$fitted.values + offset[ok,]
save.f[nok, ] <- f0 + offset[nok,]
}
else {
save.r[ok] <- z$residuals
save.r[nok] <- y0 - f0
save.f[ok] <- z$fitted.values + offset[ok]
save.f[nok] <- f0 + offset[nok]
}
z$residuals &l...
2016 Apr 12
3
Random Forest para clasificación
...n puffed-up way of saying
Values greater than TRI 30 begin to predict "Yes trees" more strongly than values lower than TRI 30"
Es decir, que el eje Y es el total de votos de una clase frente a la otra, pero como está codificado con -1 y +1, como se cual es la clase OK y la NOK?
Gracias
Jesús
Date: Tue, 12 Apr 2016 10:04:15 +0200
Subject: Re: [R-es] Random Forest para clasificación
From: cof en qualityexcellence.es
To: j.para.fernandez en hotmail.com
CC: r-help-es en r-project.org
Hola,
Aquí tienes una explicación:
http://stats.stackexchange.com/questions/121383/interpr...
2016 Apr 12
2
Random Forest para clasificación
...amente?. Quiero decir sin utilizar una parte para entrenar y otra parte para hacer "test".
Saludos,Carlos.
El 12 de abril de 2016, 10:39, Jesús Para Fernández <j.para.fernandez en hotmail.com> escribió:
No no, eso lo he sacaod, es decir, tengo la matriz de confusión para las OK/NOK, lo que no entiendo es como extraer las conclusiones sobre el modelo, de cara a como afectan las variables. He seguido dos estrategias:
1-Crear arboles de clasificacion con las variables más importantes del random Forest, pero el modelo se empobrece bastante.
2- Sacar los partialPlot, para ver la...
2017 Oct 28
0
Job opportunity: postdoc or PhD at Norwegian Institute for Nature Research (NINA)
...cal or
environmental economics with specialization in spatial analysis and
GIS.
It is a flexible announcement in which the quality and experience of
the applicant will determine whether a post doc or Ph.D. position is
established.
Main workplace is NINAs offices in Oslo.
Annual salary is between NOK 459 100 and NOK 482 500 for Ph.D.
candidate, or between NOK 579 300 and NOK 590 000 for Postdoc,
depending on qualiifaction.
The deadline is 10th November 2017.
All relevant information is found here:
http://www.nina.no/english/News/News-article/ArticleId/4354/Postdoc-Phd-Urban-nature-values-1
P...
2012 May 11
1
Re: Re: guestfs_mount_local* api undefined symbols
...wever it just could not be detected.Maybe i should compile one rather than just yum.
I`m not familiar with hivex,as far as i know, it can be used to modify windows registry,
but why the inspection API had been binded with hivex when we might use inspection api
solely with linux os instance image?
Nok
------------------ ???? ------------------
???: "Richard W.M. Jones"<rjones at redhat.com>;
????: 2012?5?11?(???) ??1:19
???: "Nok"<leolc_2749 at qq.com>;
??: "libguestfs"<libguestfs at redhat.com>;
??: Re: ??? [Libguestfs] guestfs_mount_local*...
2016 Apr 12
2
Random Forest para clasificación
Buenas,
Cuando estoy haciendo un random Forest para clasificación y hago el gráfico partialPlot, siendo mi respuesta OK/NOK, me sale en el eje X el valor de la variable, pero en el eje Y me salen valores de entre -1 y 1. ¿Qué significado tiene?
Adjunto un ejemplo:
https://www.dropbox.com/s/4b92lqxi3592r0d/Captura.JPG?dl=0
Gracias!!!
[[alternative HTML version deleted]]
2002 Apr 22
3
no output from perl script
...__________________
#!/usr/bin/perl -w
print "
This command will DELETE EVERYTHING in Remote~/Research
UNLESS it is also found in Local~/Research.
Do you really wish to do this?
[N/yes]: ";
$answer = <STDIN>;
chomp $answer;
if ( $answer eq "yes" ) {
print "\nOK, here we go.\n";
`rsync -auvz --progress --delete -e ssh
Remote:/home/user/rsync-testing /home/user`
}
else {
print "\nabort mission\n";
}
____________________________
Thanks for the help.
-Rob
2000 Aug 21
3
2.0.7: inherit permissions = yes breaks setting read-only on files
...means "inherit permissions = no", ip=y means "inherit
permissions = yes"):
SGID read-only
-----------------------------------------------------------------
2.0.7 release
ip=y ok (inherit+SGID) NOK
ip=n NOK (dir mask-SGID) ok
w/o mkdir-modification
ip=y ok (inherit+SGID) NOK
ip=n ok (dir mask+SGID) ok
w/o inherit-patch
NOK (dir mask-SGID) ok
w/o both...
2012 May 10
1
回复: guestfs_mount_local* api undefined symbols
...ally ignored the fact i had another version involved.
I`ve changed the LD_LIBRARY_PATH and the "undefined symbol" error disappeared.But some "inspection API not available because of compiled without hivex library" pops up.I`ll check this out later.
thank you again
;)
Nok
------------------ ???? ------------------
???: "Richard W.M. Jones"<rjones at redhat.com>;
????: 2012?5?10?(???) ??11:07
???: "Nok"<leolc_2749 at qq.com>;
??: "libguestfs"<libguestfs at redhat.com>;
??: Re: [Libguestfs] guestfs_mount_local* api...
2002 Aug 28
2
AIX 4.3.3. e rsync 2.5.5
...t Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local
connections or I use -e rsh or -e ssh for remote connections, like:
(OK) ./rsync -vacz . /user
(OK) ./rsync -vacz -e rsh . user@10.4.2.199:user
(OK) ./rsync -vacz -e ssh . user@10.4.2.199:user
but with standart remote rsync without -e
(NOK) ./rsync -vacz . user@10.4.2.199::user
returns:
rsync: failed to connect to 10.4.2.199: Addr family not supported by
protocol
rsync error: error in socket IO (code 10) at
clientserver.c(97)
I need users can sync files without have "real" users at box.
any tips?...
2004 Jan 15
4
ultra-cheap asterisk box
hi all
what about this...
I just put together a box on a web shop (komplett.no) that will cost me
NOK ~1850 (? 216) plus a small ?50 drive and cables, so say ?300. This
consists of a cheap MB with a duron 1400, 256MB SDRAM and two HFC-PCI
cards (if capijod will finish off the zaptel-driver soon). This is all
in a cheap PC case.
What do you think? Should this be doable? as a product? With only IP
p...
1998 Jan 13
0
funny axis ranges; GPretty(.) vs. pretty(.) and all that...
...-1]))
plot.window(xlim=c(min(x),max(x)), ylim=0:1, "")
par("xaxp")
}
##--- Gpretty() and Cpretty() are DIFFERENT much more than the same !!! -------
vcat <- function(vec, sep = " ", dig=2)
paste(formatC(vec, dig=dig), collapse = sep)
show.ok <- TRUE
show.nok <- TRUE
show.nok <- !show.ok
for(i in 1:100) {
x <<- sort(c(runif(1),4*rexp(1)))
n <- max(1, rpois(1,lam=3))
cat("\n")
for(k in -14:14) { cat(".")
ok <- all((cp <- Cpretty(x*10^k,n=n)) == (gp <- Gpretty(x*10^k,n=n)))
if(!ok && show...
2017 Jan 16
1
Sieve: fileinto :create issue with Public Folder
...e:
- using a sieve script to file into a existing private folder: ok
- using a sieve script to file into new private folder using ":create": ok
- using a sieve script to file into a existing public folder: ok
- using a sieve script to file into new public folder using ":create": NOK !
The returned message is: "Permission denied" and the message correctly
falls back to inbox.
HOWEVER, if I run "doveadm mailbox create -u myuser at mydomain
Public/TheNewFolder", the folder is created, and the delete command
works as well.
Any tip?
Running dovecot 2.2.13...
2007 Jul 26
1
Average plan
Hello,
I'm looking for a method to compute an average plan from 4 or 5 point in an
cartesian space. I'm sure It can be done using a less-square method but
maybe it a function already exist in R system to get this plan.
Can somebody help me to solve this problem (I'm looking on the net for hours
but didn't find anything realy satisfiying me)
Thanks
--
View this message in
2016 Apr 12
1
Random Forest classification
Hi,
To evaluate the partial influence of a factor with a random Forest, wich response is OK/NOK I?m using partialPlot, being the x axis the factor axis and the Y axis is between -1 and 1. What this -1 and 1 means?
An example:
https://www.dropbox.com/s/4b92lqxi3592r0d/Captura.JPG?dl=0
Thanks for all!!!
[[alternative HTML version deleted]]
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
http://bugzilla.mindrot.org/show_bug.cgi?id=989
Summary: openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
Product: Portable OpenSSH
Version: 3.9p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Keywords: patch, help-wanted
Severity: normal
Priority: P5
Component: Build system
AssignedTo: openssh-bug...