Select multisignal ground truth labels by signal type
selects labels of the signal types specified by gtLabel
= selectLabelsBySignalType(gTruth
,signalTypes
)signalTypes
from a
groundTruthMultisignal
object, gTruth
. The function returns
a corresponding groundTruthMultisignal
object,
gtLabel
, that contains only the selected labels. If
gTruth
is a vector of groundTruthMultisignal
objects, then the function returns a vector of corresponding
groundTruthMultisignal
objects that contain only the selected
labels.
Selecting sublabels by signal type is not supported.