PRTools contents |
DELLABLIST
B = DELLABLIST(A,LABLISTNAME)
B = DELLABLIST(A,LABLISTNUMBER)
Input | |
A | Dataset |
LABLISTNAME | String to identify the label list to be deleted |
LABLISTNUMBER | Number to identify the label list to be deleted |
Output | |
B | Dataset |
In the multi-label system for datasets, additional labellings can be added by ADDLABELS. This is stored in the LABLIST and NLAB fields of the dataset. By this command, DELLABLIST such a labeling can be removed.
datasets, multi_labeling, addlabels, addlablist, changelablist, curlablist,
PRTools contents |