Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to do the cross validation for the patients data, and what data structure better suits to send it to classifier?

1 回表示 (過去 30 日間)
Sara Salimi
Sara Salimi 2018 年 12 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I have 44 patients 3D MRIs as training. The task that I am doing is segmentation by using voxel classification. I have extracted some hand-crafted features and send them to the classifier to be classified.
I need to train the 44 patients data which ranging from almost 300k-400k records for each patient.
I need to train the model based on 4-fold cross validation (10/30 for validation and train) how can I set the fitensemble classifier to consider the cross-validation (`cvpartition`) for this?
I have save patients data into a cell
features{1,i} and labels{1,i} % i is for each patients ranging from 1 to 40
, each element of cell is one patient data. I do not know how to program this!
Your expert opinion is really appreciated
Thanks

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by