DSET2CELL Convert dataset into cell array, one cell per feature
C = DSET2CELL(A,N)
DescriptionThis routine is an alternative for +A or DOUBLE(A), solving the problem of categorical data. Categorical features stored in A by indices of lists of category names in the feature domain field (SETFEATDOM) are decoded and returned as strings in character arrays. Missing data, coded as a NaN in a dataset are returned as an empty string in case of a categorical feature. SEE ALSO< a href="http://37steps.com/prtools">PRTools Guide DATASETS, SETFEATDOM, FEATTYPES, CELL2DSET, CAT2DSET
|