-------------------------------------------------------------------------------- Self-Organizing Map based Algorithm for Multi-label Stream Classification. Absolutely no guarantees or warranties are made concerning the suitability, correctness, or any other aspect of this program. Any use is at your own risk. -------------------------------------------------------------------------------- You can execute the method by calling the following command line: - Rscript mlsc.kohonen.R Config/dataset-config.txt dataset-config.txt is a configuration file for a specific dataset. You can find configuration files for the available datasets in the Config directory after unziping Config.zip. You can also have your own dataset and configuration file. Examples of dataset can be found in the Datasets directory after unziping Datasets.zip An alternative to use the Rscript command is to open the source code using your preferred editor and edit the following line to include your own dataset: parameters <- getParameterValues(args[1]). Replace args[1] by the path of the configuration file for your dataset: Config/dataset-config.txt Before executing the R script, make sure to create a directory called 'Results' in the same directory as mlsc.kohonen.R. All results are going to be saved under this Results directory. You will need to install the following R packages: - mldr and utiml - FNN - kohonen