PRTools contents

PRTools manual

nlabcmp

NLABCMP

Compare two label lists and count the differences

    [N,C] = NLABCMP(LAB1,LAB2)

Input
 LAB1,
 LAB2 Label lists

Output
 C A 0/1 vector pointing to different/equal labels
 N Number of differences in LAB1 and LAB2

Description

Compares two label lists and counts the disagreements between them.

PRTools contents

PRTools manual