Class ConvertToBundleApplication


  • public class ConvertToBundleApplication
    extends elki.application.AbstractApplication
    Convert an input file to the more efficient ELKI bundle format.
    Since:
    0.5.5
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private elki.datasource.DatabaseConnection input
      The data input step.
      private static elki.logging.Logging LOG
      Logging class.
      private java.nio.file.Path outfile
      Output filename.
      • Fields inherited from class elki.application.AbstractApplication

        REFERENCE, VERSION
    • Constructor Summary

      Constructors 
      Constructor Description
      ConvertToBundleApplication​(elki.datasource.DatabaseConnection input, java.nio.file.Path outfile)
      Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Run command line application.
      void run()  
      • Methods inherited from class elki.application.AbstractApplication

        printErrorMessage, runCLIApplication, usage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final elki.logging.Logging LOG
        Logging class.
      • input

        private elki.datasource.DatabaseConnection input
        The data input step.
      • outfile

        private java.nio.file.Path outfile
        Output filename.
    • Constructor Detail

      • ConvertToBundleApplication

        public ConvertToBundleApplication​(elki.datasource.DatabaseConnection input,
                                          java.nio.file.Path outfile)
        Constructor.
        Parameters:
        input - Data source configuration
        outfile - Output filename
    • Method Detail

      • run

        public void run()
        Specified by:
        run in class elki.application.AbstractApplication
      • main

        public static void main​(java.lang.String[] args)
        Run command line application.
        Parameters:
        args - Command line parameters