Borrar filtros
Borrar filtros

how to access fea file from 20 Newsgroup dataset in Matlab

2 visualizaciones (últimos 30 días)
sani ars
sani ars el 5 de Dic. de 2013
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?

Respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by