Object for storing, modifying, and creating label definitions table for multisignal workflow
The labelDefinitionCreatorMultisignal
object stores definitions
of labels, sublabels, and attributes to label ground truth data for a multisignal workflow.
Use Object Functions to add, remove, modify,
or display label definitions. Use the create
object
function to create a label definitions table from the
labelDefinitionCreatorMultisignal
object. You can use this label
definitions table with the Ground Truth Labeler app.
creates an empty label definition creator object ldc
= labelDefinitionCreatorMultisignalldc
for a
multisignal workflow. Add label definitions to this object using Object Functions. Use the info
function to inspect details of stored labels, sublabels, and attributes.
creates a label definition creator object ldc
= labelDefinitionCreatorMultisignal(labelDefs
)ldc
for a multisignal
workflow and stores definitions from the label definitions table
labelDefs
. Use Object Functions to add new label
definitions or modify the existing label definitions. Use the info
function to inspect details of stored labels, sublabels, and attributes.
addLabel | Add label to label definition creator object for multisignal workflow |
addSublabel | Add sublabel to label in label definition creator object for multisignal workflow |
addAttribute | Add attributes to label or sublabel in label definition creator object for multisignal workflow |
removeLabel | Remove label from label definition creator object for multisignal workflow |
removeSublabel | Remove sublabel from label in label definition creator object for multisignal workflow |
removeAttribute | Remove attribute from label or sublabel in label definition creator object for multisignal workflow |
editLabelGroup | Modify label group name in label definition creator object for multisignal workflow |
editGroupName | Change group name in label definition creator object for multisignal workflow |
editLabelDescription | Modify label or sublabel description in label definition creator object for multisignal workflow |
editAttributeDescription | Modify attribute description in label definition creator object for multisignal workflow |
create | Create label definitions table from label definition creator object for multisignal workflow |
info | Display label, sublabel, or attribute information stored in label definition creator object for multisignal workflow |