フィルターのクリア

How i generate dataset from the source image for running ExtraTrees Ensemble

1 回表示 (過去 30 日間)
beenish Aziz
beenish Aziz 2014 年 9 月 29 日
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by