Predict data on a prebuild ensemble model in App Designer
Mostrar comentarios más antiguos
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!!
Respuestas (0)
Categorías
Más información sobre Classification Learner App en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!