Function not supported for code generation
显示 更早的评论
How can I retrain a model, for example an Isolation Forest (or another used for anomaly detection), it gives the error Function 'iforest' not supported for code generation.
What I intend to do is generate a static library in C and train the model after I collect some Normal data, I intend for the train to be done through the library generated by codegen.
I have already looked at the documentation and it is also not possible with the following algorithms aswell:
- one-class support vector machine
- Robust Random Cut Forest
I was also looking at incremental learning:
- incrementalRobustRandomCutForest
- incrementalOneClassSVM
and it is also not possible to use the codegen.
Does anyone have any suggestions on how this could be done?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Anomaly Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!