How i generate dataset from the source image for running ExtraTrees Ensemble
1 次查看(过去 30 天)
显示 更早的评论
I have Matlab Code of Extremely randomized Tree ensemble(MATLAB_ExtraTrees) which works on the dataset that was generated by an equation Y = 0.5 * X(:,1) - 0.2 * X(:,2) + 0.1 * X(:,3) + 0.05 * randn(n,1); where n=500 observations and X = randn(n,3); But i want to run this code for a heart CT images and didn't get a point how i generate my dataset from the images for this code.As i am new in Matlab and having little knowledge about Machine learning.
Please help me in this regard.
Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!