Displaying 20 results from an estimated 37 matches for "guerick".
Did you mean:
guericke
2008 Oct 12
3
blue screen: clock interrupt win2008
...SunOS sol 5.11 snv_98 i86pc i386 i86xpv
CPU model: i86pc
CPU(s): 8
CPU frequency: 2826 MHz
CPU socket(s): 2
Core(s) per socket: 4
Thread(s) per core: 1
NUMA cell(s): 1
Memory size: 16770048 kB
Any hints/workarounds?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Nov 27
4
Combind two different vector
Hi
I'm trying two combine two vectors that have different lengths. This without
recursive the shorter one. E.g.,
a <- seq(1:3)
b <- seq(1:6)
Thanks in advance
Serdar
[[alternative HTML version deleted]]
2009 Dec 31
1
readCitationFile encoding
...(basecit)
BTW: 'make check' is a relativ long running task and if one changes
a source file, all checks are ran again til it gets to the code in
question (in my case tests/Examples/utils-Ex.Rout.fail). Is there
a shortcut to jump immediately to the utils tests?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Feb 20
2
R logo as SVG ?
Hi,
does anybody have the R logo in a vector format preferable SVG?
Need it for Freedesktop (GNOME desktop) integration of Rcmdr ...
Thanx,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Jul 22
6
Xen EOF?
Hi,
just found:
PSARC/2010/250 EOF of Solaris xVM dom0 approved.
So does this mean, Xen is officially dead on Solaris?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2011 Sep 11
8
bad seagate drive?
Hi list,
I''ve got a system with 3 WD and 3 seagate drives. Today I got an email
that zpool status indicated one of the seagate drives as REMOVED.
I''ve tried clearing the error but the pool becomes faulted again. Taken
out the offending drive and plugged into a windows box with seatools
install. Unfortunately seatools finds nothing wrong with the drive.
Windows seems to see
2009 Feb 12
1
strange ''too many errors'' msg
...e alarm and think about
''zpool ... clear c6t6d0''.
What do you think. Is this a good idea?
Regards,
jel.
BTW: zpool status -x msg refers to http://www.sun.com/msg/ZFS-8000-9P,
the event to http://sun.com/msg/ZFS-8000-GH - little bit
inconsistent I think.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Nov 26
1
Issues with nnet.default for regression/classification
...er, they don't implement the formula/dataframe/predict
things). I've read the manpages of nnet and predict.nnet a gazillion
times, but I can't really find an answer there. I don't want to do
classification, but regression.
Thanks for any help.
Georg.
--
Research Assistant
Otto-von-Guericke-Universit?t Magdeburg
research at georgruss.de
http://research.georgruss.de
2009 Sep 07
4
Upgrade from b113 to b122 - any gotchas
We are running 4 Solaris10u7 DomUs on a b113 Dom0
I''d like to upgrade the Dom0 to b122 but not rebuild the DomUs. Below
is a typical DomU xml dump. Is there anything obvious that will bite
me in upgrading from 113 to 122?
Thanks
John
virsh # dumpxml achilles2
<domain type=''xen'' id=''1''>
<name>achilles2</name>
2008 Nov 12
21
zfs boot - U6 kernel patch breaks sparc boot
...kernel
platform
It looks different than on x86 (no kernels), so is it possible, that the
patch didn''t install all required files or is it simply broken?
Or did somebody forget to mention, that an OBP update is required before
installing this patch?
Any hints?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2005 Sep 16
1
corr.test -- use a different null hypothesis
...r_exp| < r_0. As far as I can see corr.test is designed to work
only for the null hypothesis r_exp = 0. I would need H0 as |r_exp|>= r_0.
Is there any way to specify this null-hypothesis to corr.test ?
Any other idea how to test that hypothesis?
Regards
Hans Georg Krauthaeuser
- --
Otto-von-Guericke-Universitaet Magdeburg
IGET | fon: +49 391 67 12195
Postfach 4120 | fax: +49 391 67 11236
39016 Magdeburg | email: hgk at et.Uni-Magdeburg.DE
Germany | www: www.uni-magdeburg.de/krauthae
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG...
2010 Dec 02
1
kmeans() compared to PROC FASTCLUS
Hello all,
I've been comparing results from kmeans() in R to PROC FASTCLUS in SAS and
I'm getting drastically different results with a real life data set. Even
with a simulated data set starting with the same seeds with very well
seperated clusters the resulting cluster means are still different. I was
hoping to look at the source code of kmeans(), but it's in C and FORTRAN and
2010 Dec 09
0
nnet for regression, mixed factors/numeric in data.frame
...at all the other models I've used for regression
worked fine with ELEVATION being a factor variable. And it's not mentioned
in ?nnet (there, it only says that if the response variable is a factor
it's going to be a classification network).
Regards,
Georg.
--
Research Assistant
Otto-von-Guericke-Universit?t Magdeburg
research at georgruss.de
http://research.georgruss.de
2010 Dec 10
2
Help..Neural Network
Hi all,
I am trying to develop a neural network with single target variable and 5
input variables to predict the importance of input variables using R. I used
the packages nnet and RSNNS. But unfortunately I could not interpret the out
put properly and the documentation of that packages also not giving proper
direction. Please help me to find a good package with a proper documentation
for neural
2010 Dec 10
2
spatial clusters
Dear all,
I am looking for a clustering method usefull to classify the countries in
some clusters taking account of: a) the geographical distance (in km)
between countries and b) of some macroeconomic indicators (gdp, life
expectancy...).
Are there some packages in R usefull for this?
Thanks a lot for your help,
Dorina
2010 Feb 16
1
R_LIBS_USER bugs
...lkner.idev2 ~ > R
...
> Sys.getenv('BLA')
...
BLA
"/develop/lnf/i386/R/LNFr-car/reloc/R-2.10/library:...:/develop/lnf/i386/R/LNFr-leaps/reloc/R-2.10/library"
>
Any hints, what magic is going on here?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Dec 03
3
book about "support vector machines"
Dear all,
I am currently looking for a book about support vector machines for
regression and classification and am a bit lost since they are plenty of
books dealing with this subject. I am not totally new to the field and
would like to get more information on that subject for later use with
the e1071 <http://cran.r-project.org/web/packages/e1071/index.html>
package for instance. Does
2010 Dec 16
3
Reset R to a vanilla state
Hi all,
I need some help with R. I am looking for a function that puts R back into a
vanilla state (exactly the same when I just started it). Specifically I want
all objects in the workspace removed and all non-base packages detached and
unloaded; all base packages that are loaded on startup should remain loaded
(and preferably a .Rprofile executed as well). It would also be good if all
the
2008 Oct 16
1
attaching 2nd vol unsupported?
...6)
(driver paravirtualised)
(dev hdd:disk)
(uname phy:/dev/zvol/dsk/pool1/win2008ss.dsk2)
(mode w)
(backend 0)
)
)
When removing the device (xm block-detach win2008ss 5696), everything
runs fine again. Any hints, what to do?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2010 Dec 10
2
Need help on nnet
Hi,
Am working on neural network.
Below is the coding and the output
> library (nnet)
> uplift.nn<-nnet (PVU~ConsumerValue+Duration+PromoVolShare,y,size=3)
# weights: 16
initial value 4068.052704
final value 3434.194253
converged
> summary (uplift.nn)
a 3-3-1 network with 16 weights
options were -
b->h1 i1->h1 i2->h1 i3->h1
16.64 6.62 149.93