Displaying 1 result from an estimated 1 matches for "pretest8".
Did you mean:
pretest
2010 Feb 23
0
BUG with LSSVM in R:
...gt; ktest7 <- as.kernelMatrix(k[1:142,])
> pretest7 <- predict(klir, ktest7)
> table(pretest7,iris[1:142,5])
pretest7 setosa versicolor virginica
setosa 50 0 0
versicolor 0 49 2
virginica 0 1 40
> pretest8 <- predict(klir, ktest8)
> ktest8 <- as.kernelMatrix(k[1:141,])
> table(pretest8,iris[1:141,5])
pretest8 setosa versicolor virginica
setosa 50 0 0
versicolor 0 49 4
virginica 0 1 37
> ktest9 <-...