TextureClassificationModel
Contains all the information necessary to run a trained machine learning model for performing a texture-based segmentation.
The object publicly exposes only the most relevant information of the model. Other important information is stored in this model, such as the classification weights, but is not accessible.
The object publicly exposes only the most relevant information of the model. Other important information is stored in this model, such as the classification weights, but is not accessible.
Information about the measurement named measurement can be accessed by using the method
measurementInformation() which returns a
FieldInformation
Information about the measurement named measurement can be accessed by using the property
measurementInformation which returns a
FieldInformation
Information about the measurement named measurement can be accessed by using the property
measurement_information which returns a
FieldInformation
Object members
Object methods
Method | Description |
---|---|
void toDataFrame() | Convert the measurement to an IOLink.DataFrame |
Method | Description |
---|---|
void ToDataFrame() | Convert the measurement to an IOLink.DataFrame |
Method | Description |
---|---|
void to_data_frame() | Convert the measurement to an IOLink.DataFrame |