ISVALDFILE Test whether the argument is a valid datafile or dataset
N = ISVALDFILE(A);
DescriptionThe function ISVALDFILE tests if A is a datafile or dataset that has at least C classes. It is an extension of ISVALDSET and can be used it when datasets as well as datafiles are allowed. For datafiles(sets) with soft or targets labels it is tested whether A has at least M objects. See alsoisdataset, ismapping, isdataim, isfeatim, iscomdset, isvaldset,
|