Interface IDetector<T extends DetectorWorker>

    • Method Detail

      • buildWorkers

        java.util.List<T> buildWorkers​(java.util.List<ModelDataItem> data)
        Builds a set of workers on a passed dataset, these workers are executed in parallel to produce the algorithm result
        Parameters:
        data - preprocessed dataset
        Returns:
        list of configured workers ready to be executed
      • getDescription

        java.lang.String getDescription()
        Fetches the description string for the detector
        Returns:
        the description
      • getDisplayName

        java.lang.String getDisplayName()
        Fetches the display name for the detector
        Returns:
        the display name