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​(BufferedWriter writer, Clustering<String> clustering)
      Write the ILE-formatted file representing the clusters.
    • Method Detail

      • write

        static void write​(BufferedWriter writer,
                          Clustering<String> clustering)
        Write the ILE-formatted file representing the clusters.
        Parameters:
        writer - the writer
        clustering - the clusters