Interface DataCollector

    • Method Detail

      • retrieveData

        java.lang.Object retrieveData()
        Get the data that this collector has collected
        Returns:
        the data collected by this collector
      • restoreData

        void restoreData​(java.lang.Object data)
                  throws WekaException
        Set the data for this collector
        Parameters:
        data - the data to set
        Throws:
        WekaException - if there is a problem restoring data