Class StandardClassifierModel.TaskThread

java.lang.Object
java.lang.Thread
rawDeepLearningClassifier.dlClassification.DLTaskThread
rawDeepLearningClassifier.dlClassification.StandardClassifierModel.TaskThread
All Implemented Interfaces:
Runnable
Enclosing class:
StandardClassifierModel

public class StandardClassifierModel.TaskThread extends DLTaskThread
The task thread.
Author:
Jamie Macaulay
  • Constructor Details

  • Method Details

    • newDLResult

      public void newDLResult(StandardPrediction soundSpotResult, PamDataUnit groupedRawData)
      Description copied from class: DLTaskThread
      Called whenever there is a new result.
      Specified by:
      newDLResult in class DLTaskThread
      Parameters:
      soundSpotResult - - the new result.
      groupedRawData - - the grouped data unit.