Creating unchangeable properties of a MATLAB machine learning model object
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!