Class WekaStoreInstance

    • Field Detail

      • m_Dataset

        protected StorageName m_Dataset
        the dataset to append to.
    • Constructor Detail

      • WekaStoreInstance

        public WekaStoreInstance()
    • Method Detail

      • setDataset

        public void setDataset​(StorageName value)
        Sets the name of the dataset in internal storage to append to.
        Parameters:
        value - the name
      • getDataset

        public StorageName getDataset()
        Returns the name of the dataset in internal storage to append to.
        Returns:
        the name
      • datasetTipText

        public String datasetTipText()
        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:
        weka.core.Instance.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        weka.core.Instances.class
      • doExecute

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