package br.com.ibmp.som.cluster;
public class SOMWorkerManagerBean {
public SOMWorkerManagerBean(String fileName, int workers) {
}
//FIXME - Open the file, read lines and store in a database, then
//call the SOMWorkerBean passing a SampleVectorSql for each worker
//according the number of workers. Wait for workers return the weight
//matrix take the MEDIA of all weight matrix and finish the process
//FIXME - use the pause, stop and play process
}