Info

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

how to disply all the columns from dataset

1 回表示 (過去 30 日間)
priyanka gaikwad
priyanka gaikwad 2017 年 3 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a total 25 columns in tha dataset and 2000 rows. When I am applying crossvalidation on it it display the only one column. I am running this code it display single column data
data= load('WUILWindows.txt');
CVO = cvpartition(2616,'k',5);
for i = 1:CVO.NumTestSets
trIdx = CVO.training(i);
teIdx = CVO.test(i);
end
traindata = data( trIdx);
testdata = data ( teIdx);

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by