This function verifies that the two passed GROAN.NoisyDataSet objects have
the same dimensions and can thus be used in the same experiment (typically training
models on one and testing on the other). The function returns a TRUE/FALSE. In verbose
mode the function also prints messages detailing the comparisons.
are.compatible(nds1, nds2, verbose = FALSE)
TRUE if the passed GROAN.NoisyDataSet are dimensionally compatible, FALSE otherwise
the first GROAN.NoisyDataSet to be tested
the second GROAN.NoisyDataSet to be tested
boolean, if TRUE the function prints messages detailing the comparison.