how to access fea file from 20 Newsgroup dataset in Matlab

8 views (last 30 days)
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?

Answers (0)

Community Treasure Hunt

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

Start Hunting!