iscomdset
ISCOMDSET
Test whether datasets are compatible
N = ISCOMDSET(A,B,CLAS);
Input | A | Input argument, to be tested on dataset | B | Input argument, to be tested on compatibility with A | CLAS | 1/0, test on equal classes (1) or don't test (0) (optional; default 1) |
Output | N | 1/0 if A and B are / are not compatible datasets |
Description The function ISCOMDSET tests whether A and B are compatible datasets, i.e. have the same features and the same classes. See also
isdataset, ismapping, isdataim, isfeatim, isvaldfile, isvaldset, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|