search for: catsredeq

Displaying 1 result from an estimated 1 matches for "catsredeq".

2005 May 12
2
SVM linear kernel and SV
...12.2 128 M 3.4 12.4 129 M 3.4 12.8 130 M 3.4 14.4 131 M 3.5 11.7 132 M 3.5 12.9 133 M 3.5 15.6 134 M 3.5 15.7 135 M 3.5 17.2 136 M 3.6 11.8 137 M 3.6 13.3 138 M 3.6 14.8 139 M 3.6 15.0 My program is following: library(e1071) library(MASS) catseq <- read.table('P:/catsredeq.txt',header=T,sep="") plot(catseq$Hwt,catseq$Bwt,pch=as.integer(catseq[,2]),col=as.integer(catseq[,2]),xlab="poids du coeur",ylab="poids du corps") title(main="Données 'chats' (cas séparable)") catseq <- catseq[,2:4] attach(catseq) svm12 &l...