Class AbstractWekaModelReader

    • Field Detail

      • m_OutputOnlyModel

        protected boolean m_OutputOnlyModel
        whether to only output the model.
    • Constructor Detail

      • AbstractWekaModelReader

        public AbstractWekaModelReader()
    • Method Detail

      • setOutputOnlyModel

        public void setOutputOnlyModel​(boolean value)
        Sets whether to output only the model instead of the container.
        Parameters:
        value - true if only to output the model
      • getOutputOnlyModel

        public boolean getOutputOnlyModel()
        Returns whether only the model is output instead of the container.
        Returns:
        true if only the model is output
      • outputOnlyModelTipText

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

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        java.lang.String.class, java.io.File.class
      • generates

        public Class[] generates()
        Returns the class that the producer generates.
        Returns:
        adams.flow.container.WekaModelContainer.class or Object
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message