Interface CTClassifierGraphics

All Known Implementing Classes:
BearingClassifierGraphics, CTTemplateClassifiersGraphics, IDIClassifierGraphics, SimpleCTClassifierGraphics, StandardClassifierGraphics

public interface CTClassifierGraphics
Handles GUI for the classifier algorithms.
Author:
Jamie Macaulay
  • Method Details

    • getCTClassifierPane

      javafx.scene.layout.Pane getCTClassifierPane()
      Pane with settings specific to the click train classifier
      Returns:
      - the pane for click train algorithm settings.
    • getParams

      CTClassifierParams getParams()
      Called to save the parameters from the settings pane.
    • setParams

      void setParams(CTClassifierParams params)
      Set the parameters.
      Parameters:
      params - - the parameters for a classifier.