how to access fea file from 20 Newsgroup dataset in Matlab

1 次查看(过去 30 天)
we have a 20 newsgroup data set contains English news related data. we gave the syntax as:
load('20NewsHome (1).mat')
>> feaTrain = fea(trainIdx,:);
>> gndTrain = gnd(trainIdx,:);
>> feaTest = fea(testIdx,:);
>> gndTest = gnd(testIdx,:);
but it gives error as :
"Cannot display summaries of variables with more than 524288 elements.".
How to fix it?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by