Class ImageClassificationJsonReportReader

    • Field Detail

      • m_FieldLabel

        protected Field m_FieldLabel
        the report field to store the label under.
      • m_FieldScore

        protected Field m_FieldScore
        the report file to store the score under.
    • Constructor Detail

      • ImageClassificationJsonReportReader

        public ImageClassificationJsonReportReader()
    • Method Detail

      • setFieldLabel

        public void setFieldLabel​(Field value)
        Sets the field for the label.
        Parameters:
        value - the field
      • getFieldLabel

        public Field getFieldLabel()
        Returns the field for the label.
        Returns:
        the field
      • fieldLabelTipText

        public String fieldLabelTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setFieldScore

        public void setFieldScore​(Field value)
        Sets the field for the score.
        Parameters:
        value - the field
      • getFieldScore

        public Field getFieldScore()
        Returns the field for the score.
        Returns:
        the field
      • fieldScoreTipText

        public String fieldScoreTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • determineParentID

        protected int determineParentID​(Report report)
        Tries to determine the parent ID for the current report.
        Specified by:
        determineParentID in class AbstractReportReader<Report>
        Parameters:
        report - the report to determine the ID for
        Returns:
        the parent database ID, -1 if it cannot be determined