Displaying 1 result from an estimated 1 matches for "pretest9".
Did you mean:
pretest
2010 Feb 23
0
BUG with LSSVM in R:
...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 <- as.kernelMatrix(k[1:140,])
> pretest9 <- predict(klir, ktest9)
> table(pretest9,iris[1:140,5])
pretest9 setosa versicolor virginica
setosa 50 0 0
versicolor 0 49 2
virginica 0 1 38
[[alternative HTML version deleted]]