Class MapToWekaInstance

    • Field Detail

      • m_StorageName

        protected StorageName m_StorageName
        the name of the stored value.
      • m_Template

        protected transient weka.core.Instances m_Template
        the template.
    • Constructor Detail

      • MapToWekaInstance

        public MapToWekaInstance()
    • Method Detail

      • setStorageName

        public void setStorageName​(StorageName value)
        Sets the name of the stored Instances object to use as template.
        Parameters:
        value - the name
      • getStorageName

        public StorageName getStorageName()
        Returns the name of the stored Instances object to use as template.
        Returns:
        the name
      • storageNameTipText

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

        public boolean isUsingStorage()
        Returns whether storage items are being used.
        Specified by:
        isUsingStorage in interface StorageUser
        Returns:
        true if storage items are used