Displaying 20 results from an estimated 10000 matches similar to: "Self-Organized Maps"
2000 Nov 23
1
Support Vector Machines
Does anybody know if a script for Support Vector Machines (SVM)
exist?
I would like to apply it to R-stat.
Casper Frederiksen
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)
2000 Jan 14
1
Error in dist command
Can anybody tell me why I get the following error:
Error in dist(airquality) : NA/NaN/Inf in foreign function call (arg 1)
Thanks,
Casper Frederiksen
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2009 Mar 03
1
Self-Organizing Map analysis
Dear list,
I read the SOM package manual but I don't understand how to perform (for
example) 1) the SOM analysis on Iris data 2) with a visualization similar to
that of figure 7 in
http://www.cis.hut.fi/projects/somtoolbox/package/papers/techrep.pdf
Any suggestion? Thanks in advance,
Gianandrea
--
View this message in context:
2000 Oct 30
2
SOM (Self-organizing map)
Does anyone know of any SOM library for R? or any stand alone freeware?
A search from google returns SOM_PAK 3.1 developed at Helsinki University
of Technology. Is there newer version?
Jun
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2013 Apr 24
1
casper-rw and PXE
Hallo, syslinux,
I'm working with an USB stick and an *.iso image.
On an USB stick I can use "casper-rw" and "home-rw" for persistent
directories/files. Under PXE I haven't yet found a similar option.
Is that a syslinux-/pxelinux problem, or is that a "casper" problem?
Example:
USB stick, part of "isolinux.cfg":
label desinfect
menu label
2008 Mar 04
3
Failed to boot USB drive via syslinux if kernel is not in /
Hi,
Sorry for asking this again if this have been asked. I searched this
mailing list but I can not find the confirmed answer.
We tried to use syslinux to boot USB flash drive. The problem is, if we
put the kernel and initrd in /casper directory, syslinux failed to boot,
it showed us:
------------------
Booting error message:
SYSLINUX 3.11 Debian-2007-03-12 EBIOS
boot: /casper/vmlinuz1
Could not
2013 Jun 27
2
ubuntu 13.10 kernel 32bit
Trying syslinux-6.00 and get the following error using ramdisk isotest
or memtest
DEFAULT ramdisk
LABEL ramdisk
linux /casper/vmlinuz
append boot=casper toram initrd=/casper/initrd.img nomodeset
LABEL isotest
linux /casper/vmlinuz
append boot=casper integrity-check initrd=/casper/initrd.img nomodeset
LABEL memtest
kernel /install/memtest
append -
LABEL disk
localboot 0x80
append -
2023 Jan 13
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
On 13/01/2023 18:50, Kaushal Shriyan wrote:
Hi Kaushal,
> virt-install --name demoreactui --ram 8096 --disk
> path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant
> ubuntu20.04 --network bridge=br0 --graphics none --console
> pty,target_type=serial --location
> /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd
2023 Jan 13
2
failed: Could not start storage pool: cannot open directory: ... No such file or directory
Hi,
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
#virt-install --version
1.5.0
#
# ls -l /var/lib/libvirt/isos/
total 8302356
-rw-r--r--. 1 root root 4712300544 Aug 31 2021 CentOS-7-x86_64-DVD-2009.iso
-rw-r--r--. 1 qemu qemu 990904320 Aug 11 2021
ubuntu-18.04.5-live-server-amd64.iso
-rw-r--r--. 1 qemu qemu 1331691520 Feb 23 2022
ubuntu-20.04.4-live-server-amd64.iso
2012 Jan 24
0
Self organising map - label the best matching unit
Dear R helpers
I'm experimenting with the 'kohonen' package and have two questions. I've
been following examples in the package manual and the paper from the Journal
of Geostatistical software (October 2007, Volume 21, Issue 5.).
I've set up a file with the 'animals' data (see attached file) which I used
test a SOM routine I wrote in Fortran some years ago.
The
2010 Dec 21
3
how to see what's wrong with a self written function?
Hi all,
I am writing a simple function to implement regularfalsi (secant) method.
###################################################
regulafalsi=function(f,x0,x1){
x=c()
x[1]=x1
i=1
while ( f(x[i])!=0 ) {
i=i+1
if (i==2) {
x[2]=x[1]-f(x[1])*(x[1]-x0)/(f(x[1])-f(x0))
} else {
x[i]=x[i-1]-f(x[i-1])*(x[i-1]-x[i-2])/(f(x[i-1])-f(x[i-2]))
}
}
x[i]
}
2004 Aug 06
0
Re [ogg]
Ok I'll probably learn something I can use but unfortunately I didn't
get docs with icecast2. Where are the docs? Docs
These are the files in my docs folder.
Index.hhk Makefile.in win32_section2.html
icecast2.chm index_win32.html stats1.jpg win32_section3.html
icecast2.hhc Makefile style.css windowtitle.jpg
icecast2.hhp Makefile.am
2013 Jun 30
3
6.01-pre 4 no timeout when using serial
Could it be that syslinux is waiting for ever if you use serial mode?
SERIAL 0 115200
DEFAULT ramdisk
LABEL ramdisk
kernel /casper/vmlinuz
append boot=casper toram initrd=/casper/initrd.img nomodeset console=ttyS0
LABEL isotest
kernel /casper/vmlinuz
append boot=casper integrity-check initrd=/casper/initrd.img
nomodeset console=ttyS0
LABEL memtest
kernel /install/memtest
append -
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
Hi,
virt-install --help
Use '--option=?' or '--option help' to see available suboptions
See man page for examples and full option syntax.
# virt-install --option help
usage: virt-install --name NAME --memory MB STORAGE INSTALL [options]
virt-install: error: unrecognized arguments: --option help
#
# virt-install --option=?
usage: virt-install --name NAME --memory MB STORAGE
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
El 13/1/23 a las 18:50, Kaushal Shriyan escribi?:
> Hi,
>
> # cat /etc/redhat-release
> CentOS Linux release 7.9.2009 (Core)
> #virt-install --version
> 1.5.0
> #
>
> # ls -l /var/lib/libvirt/isos/
> total 8302356
> -rw-r--r--. 1 root root 4712300544 Aug 31 2021 CentOS-7-x86_64-DVD-2009.iso
> -rw-r--r--. 1 qemu qemu 990904320 Aug 11 2021
>
2006 May 09
1
visualisation of Self organising map
Hello R users,
I'm using SOM() to cluster a gene expression data set
the syntax i used was
dataGrid <- c(somgrid(xdim = 3, ydim = 3, topo = c("rectangular","hexagonal")))
dataClusters <- SOM(dataMatrix, grid = dataGrid)
plot(dataClusters)
it seems that this works just fine but the thing i can't figure out is
how to determine where each data point has been
2010 Oct 22
1
Could not find rake-0.8.7 in any of the sources
After upgrading my server to:
Ubuntu server 10.10
Ruby 1.9.2
Rails 3.0.1
Passenger 3.0.0
rake is unable to find itself:
> rake -T
Could not find rake-0.8.7 in any of the sources
Try running `bundle install`.
but `gem list` and ''bundle list'' shows that rake-0.8.7 is installed!
When loading the webapp in the browser:
Could not find rake-0.8.7 in any of the sources
2011 Feb 25
1
kohonen: "Argument data should be numeric"
Hi,
I'm trying to utilize the kohonen package to build SOM's. However,
trying this on my data I get the error:
"Argument data should be numeric"
when running the som(data.train, grid = somgrid(6, 6, "hexagonal"))
function. As you see, there is a problem with the data type of
data.train which is a list. When I try to convert it to "numeric" I
get the error:
2013 Jul 03
2
Problems with gfxboot.c32
Am 03.07.2013 14:11, schrieb Matt Fleming:
> On Wed, 03 Jul, at 12:22:52PM, Andreas Heinlein wrote:
>> Hello,
>>
>> I am currently trying to get the gfxboot archive from Ubuntu 12.04
>> working with gfxboot.c32 under BIOS, using ISOLINUX 6.
>>
>> AFAIK, the Ubuntu patches have been added in 4.03, and in fact it
>> works with the official 4.05 release,
2005 Aug 16
1
Multipath Routing..
Ok folks, here goes..
I have been boggling with a problem for the past week, and still haven''t
found a solution..
I''m trying to route traffic from two providers through a Linux machine.
But that is not the problem. The ISP''s have provided me with a WAN IP
class for both of the lines, to be routed into a DMZ where the machines
a to respond to their respective