search for: pretest6

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

Did you mean: pretest
2010 Feb 23
0
BUG with LSSVM in R:
...gt; pretest5 <- predict(klir, ktest5) > table(pretest5,iris[1:144,5]) pretest5 setosa versicolor virginica setosa 50 0 0 versicolor 0 49 4 virginica 0 1 40 > ktest6 <- as.kernelMatrix(k[1:143,]) > 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 &lt...