Class BatchTrainingDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, BatchTrainingMonitor

public class BatchTrainingDialog extends PamDialog implements BatchTrainingMonitor
See Also:
  • Constructor Details Link icon

  • Method Details Link icon

    • cancelButtonPressed Link icon

      public void cancelButtonPressed()
      Description copied from class: PamDialog
      called when the cancel button is pressed before the dialog closes. Generally you should set the parameters returned by the dialog to null or some default value, or in some other way indicate that Cancel was pressed.
      Specified by:
      cancelButtonPressed in class PamDialog
    • setParams Link icon

      public void setParams()
    • getParams Link icon

      public boolean getParams()
      Description copied from class: PamDialog
      called when the Ok button is pressed. This must return true in order that the dialog may close. It should also copy all parameters into an object that will be returned by showDialog.
      Specified by:
      getParams in class PamDialog
    • restoreDefaultSettings Link icon

      public void restoreDefaultSettings()
      Description copied from class: PamDialog
      standard function which should us used to copy default parameters into the dialog controls.
      Specified by:
      restoreDefaultSettings in class PamDialog
    • doneTraining Link icon

      public void doneTraining(List<BatchResultSet> batchResults)
      Specified by:
      doneTraining in interface BatchTrainingMonitor
    • setBatchTrainingProgress Link icon

      public void setBatchTrainingProgress(int totalRuns, BatchTrainingProgress btp)
      Specified by:
      setBatchTrainingProgress in interface BatchTrainingMonitor
    • setStatus Link icon

      public void setStatus(ClassifierTrainingProgress trainingProgress)
      Gets status information back from the boostrap monitor in the main training dialog.
      Parameters:
      statusMessage -
      statusValue -