Class DLDataSelector


public class DLDataSelector extends AnnotationDataSelector<DLAnnotation>
Data selector of DL data units. Note that data selectors are for deep leanring annotations rather than deep learning data units.

The data selector can have different types of data selectors which can depend on the classifier used and user choice.

Note that this is slightly different from DLPredicitoDecision as it deals with data units that may have a more than one prediction. i.e.

  • Constructor Details Link icon

    • DLDataSelector Link icon

      public DLDataSelector(DLControl dlcontrol, DataAnnotationType<DLAnnotation> annotationType, PamDataBlock pamDataBlock, String selectorName, boolean allowScores)
      Constructor for the data selector.
      Parameters:
      dlcontrol - - reference to the DLControl.
      pamDataBlock - - the data block.
      selectorName - - the selector name.
      allowScores - - allow all the scores.
      selectorType - - the selector type.
  • Method Details Link icon