Azzera filtri
Azzera filtri

how to access fea file from 20 Newsgroup dataset in Matlab

2 visualizzazioni (ultimi 30 giorni)
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?

Risposte (0)

Categorie

Scopri di più su Text Analytics Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by