aa0fb379218f6b86818442412779930261a7d51a
Christoph Budziszewski manual renamings, better FB...

Christoph Budziszewski authored 15 years ago

1) function [sD sM] = som_train(svmlabel, svmdata, somOptions)
2) 
3) som_size = somOptions.size;
4) som_lattice = somOptions.lattice;
5) 
Christoph Budziszewski spm2 compatibility, start c...

Christoph Budziszewski authored 14 years ago

6) addpath(fullfile(getTbxPath,'somtoolbox2'));
Christoph Budziszewski X-SOM finished!

Christoph Budziszewski authored 15 years ago

7) sD = som_data_struct(svmdata,'labels',num2str(svmlabel));
Christoph Budziszewski manual renamings, better FB...

Christoph Budziszewski authored 15 years ago

8) 
Christoph Budziszewski added some batch files, wor...

Christoph Budziszewski authored 14 years ago

9) sM = som_make(sD,'msize', som_size,'lattice', som_lattice, 'tracking', 1, 'init', 'lininit');