ISVALDSET Test whether the argument is a valid dataset
N = ISVALDSET(A);
DescriptionTest whether A is a proper dataset with at least C classes. For crisp datasets this function tests whether A is a dataset that has at least M objects per class and C classes. For datasets with soft or targets labels it is tested whether A has at least M objects. See alsoisdataset, ismapping, isdataim, isfeatim, iscomdset,
|