MVN_SOM_SKL Computes a NxN SOM using the MVN models and the Symmetric Kullback-Leibler divergence. The algorithm was published in 2010: ``Islands of Gaussians: The Self Organizing Map and Gaussian Music Similarity Features'', D. Schnitzer, A. Flexer, G. Widmer and M. Gasser, Proceedings of the 11th International Society for Music Information Retrieval Conference, 2010. [grid D] = MVN_SOM_SKL(models, n) Select the models to compute the NxN SOM. [grid D] = MVN_SOM_SKL(models, n, global_training, local_training) Select the models to compute the NxN SOM; global/local_training sets the global/local training iterations of the SOM
Package: mvn