Displaying 4 results from an estimated 4 matches for "alex1".
Did you mean:
alex
2017 Nov 18
2
family
...offspring
before their offspring information. Their parent information (parent1
and parent2) should be set to zero, if unknown. Also the first
column should be unique.
Here is my sample data set and desired output.
fam <- read.table(textConnection(" offspring Parent1 Parent2
Smith Alex1 Alexa
Carla Alex1 0
Jacky Smith Abbot
Jack 0 Jacky
Almo Jack Carla
"),header = TRUE)
desired output.
Offspring Parent1 Parent2
Alex1 0 0
Alexa 0 0
Abbot 0 0
Smith Alex1 Alexa
Carla Alex1 0
Jacky Smith Abbot
Jack 0...
2010 Jun 02
1
how to label the som notes by the majority vote
...t one has more than one label in each note. I need to have only one
label for each note either by majority vote or prediction.
Can anyone give some suggestions or advice? Thanks so much!
alex<-read.table("/home/cdu/operon/alex2.txt", , sep="\t", skip=0, header=T,
fill=T)
alex1<-alex[,c(1:257)]
levels(alex1$Label)
alex1$outcome<-as.numeric(alex1$Label)
alex1$outcome[1:20]
#self-organizing maps(unsupervised learning)
library("kohonen")
#SOM, the supervised learning, train the map using outcome as the class
variable.
set.seed(13)
final.xyf<- xyf(data...
2009 Sep 24
3
freebsd as domu
Hello!
Trying to find out some guides how to set up freebsd under xen, all i
found is pointing to www.fsmware.com,
<http://www.fsmware.com/xenofreebsd/7.0/download/> which is down! Maybe
someone could share freebsd image and config?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 Dec 01
0
No subject
...from fwd05.sul.t-online.de by mailout04.sul.t-online.de with
smtp id 1595Go-0004MT-06; Sun, 10 Jun 2001 15:28:46 +0200
Received: from brain.servertec (520055008405-0001@[217.83.173.163]) by
fmrl05.sul.t-online.com with esmtp id 1595Gc-0V54k4C; Sun, 10 Jun 2001
15:28:34 +0200
Received: from alex1 ([192.168.0.11]) by brain.servertec
(8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) with SMTP id f5ADSbB07096 for
<samba@lists.samba.org>; Sun, 10 Jun 2001 15:28:37 +0200
X-Authentication-Warning: brain.servertec: Host [192.168.0.11] claimed
to be alex1
Message-ID: <000a01c0f1b1$40308180$0b00a...