*aic_train
Train the parts added in labels for classifier and generate a binary file in classifier.
Syntax
*aic_train classifier flag
Type
HyperMesh Tcl Modify Command
Description
This command trains the parts present in labels and generates a binary file named <classifier_name>_<train_iteration>.aic containing all training information in the classifier folder. If new labels are added to a classifier or existing label is modified, machine learning model must be retrained to apply the changes.
Inputs
- classifier
- The name of the classifier to be trained.
- flag
- 0 – Log file generation disabled. (default)
Examples
To train the ShapeAICar classifier:
*aic_train ShapeAICar
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