Creating unchangeable properties of a MATLAB machine learning model object

1 view (last 30 days)
Once I generate a machine learning model in MATLAB, the model is often represented as an object. How do I set the object's property for user data or meta data properties to not be changeable or resilient to change after that data has been assigned to it? I would like to do this for models created with your Statistics and Machine Learning Toolbox and Deep Learning Toolbox (for deep learning model objects and shallow neural network objectts).
Is there a way I could embed the object into another object that carries around immutable unique identifers and creation history in a way that is not changeable by the user after the model creator has set that info? I would like to add this as part of my source control and quality control for the models

Answers (0)

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!