Class BaseSimpleDataVisualizer

    • Constructor Detail

      • BaseSimpleDataVisualizer

        public BaseSimpleDataVisualizer()
    • Method Detail

      • getOutgoingConnectionTypes

        public java.util.List<java.lang.String> getOutgoingConnectionTypes()
        Get a list of outgoing connection types that this step can produce at this time. Subclasses to override (if necessary). This default implementation returns null (i.e. does not produce any outgoing data).
        Specified by:
        getOutgoingConnectionTypes in interface BaseStepExtender
        Specified by:
        getOutgoingConnectionTypes in interface Step
        Returns:
        a list of outgoing connection types that this step can produce
      • getDatasets

        public java.util.List<Data> getDatasets()
        Get the datasets seen so far
        Returns:
        a list of datasets
      • retrieveData

        public java.lang.Object retrieveData()
        Description copied from interface: DataCollector
        Get the data that this collector has collected
        Specified by:
        retrieveData in interface DataCollector
        Returns:
        the data collected by this collector
      • restoreData

        public void restoreData​(java.lang.Object data)
                         throws WekaException
        Description copied from interface: DataCollector
        Set the data for this collector
        Specified by:
        restoreData in interface DataCollector
        Parameters:
        data - the data to set
        Throws:
        WekaException - if there is a problem restoring data