Package weka.filters

Class SimpleFilter

    • Constructor Detail

      • SimpleFilter

        public SimpleFilter()
    • Method Detail

      • globalInfo

        public abstract java.lang.String globalInfo()
        Returns a string describing this filter.
        Returns:
        a description of the filter suitable for displaying in the explorer/experimenter gui
      • setInputFormat

        public boolean setInputFormat​(Instances instanceInfo)
                               throws java.lang.Exception
        Sets the format of the input instances. Also resets the state of the filter (this reset doesn't affect the options).
        Overrides:
        setInputFormat in class Filter
        Parameters:
        instanceInfo - an Instances object containing the input instance structure (any instances contained in the object are ignored - only the structure is required).
        Returns:
        true if the outputFormat may be collected immediately
        Throws:
        java.lang.Exception - if the inputFormat can't be set successfully
        See Also:
        reset()