Interface ILEFormat


  • public interface ILEFormat
    Utilities for handling the ILE (identifier, length, elements) file format.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DELIMITER
      The default delimiter, expressed by comma and space.
      static String SEPARATOR
      The default separator, expressed by the tab symbol.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static void write​(Path path, Clustering<String> clustering)
      Write the ILE-formatted file representing the clusters.
    • Method Detail

      • write

        static void write​(Path path,
                          Clustering<String> clustering)
                   throws IOException
        Write the ILE-formatted file representing the clusters.
        Parameters:
        path - the path
        clustering - the clusters
        Throws:
        IOException - if an I/O error occurs