Class AbstractInstancesIndexedSplitsRunsGenerator

    • Field Detail

      • m_AddDatasetInformation

        protected boolean m_AddDatasetInformation
        whether to added basic dataset information to the meta-data as well.
      • m_AddAttributeInformation

        protected boolean m_AddAttributeInformation
        whether to added attribute information to the meta-data as well.
    • Constructor Detail

      • AbstractInstancesIndexedSplitsRunsGenerator

        public AbstractInstancesIndexedSplitsRunsGenerator()
    • Method Detail

      • setAddDatasetInformation

        public void setAddDatasetInformation​(boolean value)
        Sets whether to add dataset information to the metadata.
        Parameters:
        value - true if to add
      • getAddDatasetInformation

        public boolean getAddDatasetInformation()
        Returns whether to add dataset information to the metadata.
        Returns:
        true if to add
      • addDatasetInformationTipText

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

        public void setAddAttributeInformation​(boolean value)
        Sets whether to add attribute information to the metadata.
        Parameters:
        value - true if to add
      • getAddAttributeInformation

        public boolean getAddAttributeInformation()
        Returns whether to add attribute information to the metadata.
        Returns:
        true if to add
      • addAttributeInformationTipText

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