48fb182782d63149237a1f80eb93701e8bcc2f43
Christoph Budziszewski manual renamings, better FB...

Christoph Budziszewski authored 15 years ago

1) function [sD sM] = som_train(svmlabel, svmdata, somOptions)
Christoph Budziszewski new labels, some cleanup

Christoph Budziszewski authored 14 years ago

2) global NODALYZE_SOMTOOLBOX;
3) addpath(fullfile(getTbxPath,NODALYZE_SOMTOOLBOX));
Christoph Budziszewski manual renamings, better FB...

Christoph Budziszewski authored 15 years ago

4) 
5) som_size = somOptions.size;
6) som_lattice = somOptions.lattice;
7) 
Christoph Budziszewski X-SOM finished!

Christoph Budziszewski authored 15 years ago

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

Christoph Budziszewski authored 15 years ago

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

Christoph Budziszewski authored 15 years ago

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