Class AbstractClustererPostProcessor

    • Constructor Detail

      • AbstractClustererPostProcessor

        public AbstractClustererPostProcessor()
    • Method Detail

      • getContainerKeys

        protected abstract String[] getContainerKeys()
        Returns the keys that the processor adds/modifies.
        Returns:
        the keys, null of zero-length array for none
      • check

        protected void check​(WekaModelContainer cont)
        Checks the model container.

        Default implementation only ensures that it is not null.
        Parameters:
        cont - the container to check
      • doPostProcess

        protected abstract WekaModelContainer doPostProcess​(WekaModelContainer cont)
        Performs the actual post-processing.
        Parameters:
        cont - the container to post-process
        Returns:
        the post-processed container
      • postProcess

        public WekaModelContainer postProcess​(WekaModelContainer cont)
        Post-processes the model container.
        Parameters:
        cont - the container to post-process
        Returns:
        the (potentially) post-processed container