how to access fea file from 20 Newsgroup dataset in Matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
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!