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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!