%LETTER Database of character image features %PRTools dataset import from UCI, 20000 objects, 16 features, 16 classes % % A = LETTER % %DESCRIPTION %This command downloads one of the UCI data sets, converts it into PRTools %format and stores it locally for future use. Consult the related website %for further information. Please make the appropriate references in %publications that make use of this dataset. % %SEE ALSO PRTools Guide, UCI Website function a = letter a = pr_download_uci('Letter+Recognition','letter-recognition.data'); a = setname(a,'Letter Recognition');