You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
411 B
Matlab
15 lines
411 B
Matlab
function GP=global_parameters()
|
|
GP.dictionary='all';%'learn';%
|
|
GP.network='single';%'subnets';%
|
|
GP.decode='binary';
|
|
GP.alg='PCBC';
|
|
GP.dict_norm=Inf;
|
|
GP.data_set='USPS';GP.imDims=[16,16];
|
|
%GP.data_set='ISOLET';GP.imDims=[1,617];
|
|
%GP.data_set='MNIST';GP.imDims=[28,28];
|
|
%GP.data_set='NORB';GP.imDims=[96,96];
|
|
%GP.data_set='CIFAR10';GP.imDims=[32,32];
|
|
%GP.data_set='ARTIF';GP.imDims=[11,11];
|
|
GP.onoff=0;
|
|
GP.neg=0;
|