| PRTools contents |
ISCOMDSET
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 |
The function ISCOMDSET tests whether A and B are compatible datasets, i.e. have the same features and the same classes.
isdataset, ismapping, isdataim, isfeatim, isvaldfile, isvaldset,
| PRTools contents |