About Re-labeling Rules

When there is need to compare two types with different labels, what kind of mechanism we need to compare both? wither by using Ignore () to ignore extra labels ,or, by using re-labeling to drop some labels to get target labels as reqd. will both do the same function ? or different?

Hi,

You can select only the specific labels that you want to compare and ignore the rest using the select(label1, label2) function. This can be useful for focusing on a specific set of labels that are important for the comparison.