search for: pretest5

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

Did you mean: pretest
2010 Feb 23
0
BUG with LSSVM in R:
...> pretest4 <- predict(klir, ktest4) > table(pretest4,iris[1:145,5]) pretest4 setosa versicolor virginica setosa 50 0 0 versicolor 0 49 2 virginica 0 1 43 > ktest5 <- as.kernelMatrix(k[1:144,]) > 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 &lt...