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

View source: R/noisy_dataset.R

are.compatibleR Documentation

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)

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.

Value

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


GROAN documentation built on Nov. 28, 2022, 5:07 p.m.