%BALANCE_SCALE Balance scale weight & distance database
%PRTools UCI dataset import, 625 objects, 4 mixed features, 5 classes
%
% A = BALANCE_SCALE
%
%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.
%
%This dataset contains one categorical features with 3 categories.
%It may be converted to 3 new real features by CAT2REAL.
%
%SEE ALSO PRTools Guide, UCI Website
%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
% Copyright: R.P.W. Duin
function a = balance_scale
a = pr_download_uci('Balance+Scale','balance-scale.data');
a = setname(a,'Balance Scale');