Class BatchTrainingWorker

java.lang.Object
javax.swing.SwingWorker<Integer,BatchTrainingProgress>
whistleClassifier.training.BatchTrainingWorker
All Implemented Interfaces:
Runnable, Future<Integer>, RunnableFuture<Integer>

public class BatchTrainingWorker extends SwingWorker<Integer,BatchTrainingProgress>