Support vector machines (SVM) offer a theoretically wellfounded approach to automated learning of pattern classifiers. They
have been proven to give highly accurate results in complex classification problems, for example, gene expression analysis.
The SVM algorithm is also quite intuitive with a few inputs to vary in the fitting process and several outputs that are interesting
to study. For many data mining tasks (e.g., cancer prediction) finding classifiers with good predictive accuracy is important,
but understanding the classifier is equally important. By studying the classifier outputs we may be able to produce a simpler
classifier, learn which variables are the important discriminators between classes, and find the samples that are problematic
to the classification. Visual methods for exploratory data analysis can help us to study the outputs and complement automated
classification algorithms in data mining. We present the use of tour-based methods to plot aspects of the SVM classifier.
This approach provides insights about the cluster structure in the data, the nature of boundaries between clusters, and problematic
outliers. Furthermore, tours can be used to assess the variable importance. We show how visual methods can be used as a complement
to crossvalidation methods in order to find good SVM input parameters for a particular data set.