I would like to use kennard stone algorithm for splitting a dataset into training and test set. Does Weka /Rapidminer/any free software with GUI has a feature to do this? If so, would like to know the steps to perform this function.
Just a word of caution : with a simple KS procedure, your training and test sets will not be independent (which may be of very little significance in practice but will ruin many theoretical approaches) ; the KS procedure can be modified so as to build independent samples while keeping the uniformity property ; see DUPLEX