Predict data on a prebuild ensemble model in App Designer
Show older comments
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!!
Answers (0)
Categories
Find more on Classification Learner App in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!