Class FileFormat


  • abstract class FileFormat
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  FileFormat.Version1
      Directly mapping the original internal construction
      (package private) static class  FileFormat.Version2
      Same as v1 but for float rather than double
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String FORMAT  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileFormat()  
    • Constructor Detail

      • FileFormat

        FileFormat()
    • Method Detail

      • write

        static void write​(ArtificialNeuralNetwork network,
                          int version,
                          java.io.DataOutput output)
                   throws java.io.IOException
        Throws:
        java.io.IOException