hm_aic_getcurrentlabel

Returns the current label set for classification process.

Syntax

hm_aic_getcurrentlabel

Type

HyperMesh Tcl Query Command

Description

Returns the current label set by the user for classification process. A label contains parts information necessary for training and classification.

Examples

To get the current label for classification process:
set lab_name [ hm_aic_getcurrentlabel ]

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2025