Displaying 1 result from an estimated 1 matches for "27class".
Did you mean:
20class
2009 May 30
0
what is 'class.ind' here?
...,], size = 2, rang = 0.1,
decay = 5e-4, maxit = 200)
test.cl <- function(true, pred) {
true <- max.col(true)
cres <- max.col(pred)
table(true, cres)
}
test.cl(targets[-samp,], predict(ir1, ir[-samp,]))
--
View this message in context: http://www.nabble.com/what-is-%27class.ind%27-here--tp23791900p23791900.html
Sent from the R help mailing list archive at Nabble.com.