Class WekaNewInstance

    • Field Detail

      • m_InstanceClass

        protected BaseClassname m_InstanceClass
        the class of instance to create.
    • Constructor Detail

      • WekaNewInstance

        public WekaNewInstance()
    • Method Detail

      • setInstanceClass

        public void setInstanceClass​(BaseClassname value)
        Sets the class name of the Instance object to create.
        Parameters:
        value - the class
      • getInstanceClass

        public BaseClassname getInstanceClass()
        Returns the class name of the Instance object to create.
        Returns:
        the class
      • instanceClassTipText

        public String instanceClassTipText()
        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.Instances.class
      • generates

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

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