[R] multiclass SVM (e1071 package): number of estimated models

2009-09-26 Thread john.gelburg
Hi, I run multiclass SVM for iris data, which contains 3 classes (manual page 52). Based on manual, the implementation uses one-against-one approach: k*(k-1)/2 binary classifiers trained. However, I am getting only two models instead of three (only two columns of support vectors and

[R] supression of ongoing print command (outputted in chunks)

2009-08-21 Thread john.gelburg
Hi, It looks like print command window output is suppressed sometimes and from time to time it is outputted in chunks. Is there any way to make R enforce some flush of its waiting output? Thanks -- View this message in context: