Learn R Programming

GROAN (version 1.3.1)

are.compatible: Check two GROAN.NoisyDataSet for dimension compatibility

Description

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.

Usage

are.compatible(nds1, nds2, verbose = FALSE)

Value

TRUE if the passed GROAN.NoisyDataSet are dimensionally compatible, FALSE otherwise

Arguments

nds1

the first GROAN.NoisyDataSet to be tested

nds2

the second GROAN.NoisyDataSet to be tested

verbose

boolean, if TRUE the function prints messages detailing the comparison.