Predict data on a prebuild ensemble model in App Designer
Afficher commentaires plus anciens
Hello there,
I am working with Next gen sequencing data where an ensemble model is build. Now I want to make an app where the user inputs some of the features and the app is able to predict the outcome based on my model.
Ive added my saved model to the property as follows
properties (Access = private)
data;% Description
X;
Y;
model = load('CVMdl.mat');
end
Can somebody tell me a way to make this model predict the labels with my new set of features.
Thankyou in advance!!
Réponses (0)
Catégories
En savoir plus sur Classification Learner App dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!