Displaying 1 result from an estimated 1 matches for "pretest7".
Did you mean:
pretest
2010 Feb 23
0
BUG with LSSVM in R:
...gt; pretest6 <- predict(klir, ktest6)
> table(pretest6,iris[1:143,5])
pretest6 setosa versicolor virginica
setosa 50 0 0
versicolor 0 49 2
virginica 0 1 41
> 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...