Predict data on a prebuild ensemble model in App Designer

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!!

回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

产品

版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by