svm-subset(1) | User Manuals | svm-subset(1) |
svm-subset - a subset selection tool for LIBSVM
svm-subset [ -s method ] dataset number [ output1 ] [ output2 ]
Training large data is time consuming. Sometimes one should work on a smaller subset first. The python script subset.py randomly selects a specified number of samples. For classification data, we provide a stratified selection to ensure the same class distribution in the subset.
See svm-train(1) for the format of dataset
From heart_scale 100 samples are randomly selected and stored in file1. All remaining instances are stored in file2.
Please report bugs to the Debian BTS.
Chih-Chung Chang, Chih-Jen Lin <cjlin@csie.ntu.edu.tw>, Chen-Tse Tsai <ctse.tsai@gmail.com> (packaging)
DEC 2009 | Linux |