Documentation of 'org.neuroph.contrib.graphml.GraphmlExport' Java class
GraphmlExport
org.neuroph.contrib.graphml

Class GraphmlExport



  • public class GraphmlExport
    extends java.lang.Object
    The main class to export neural networks to graphml class. To export: 1. Initiate class with Neural network. 2. Parse neural network to graphml representation 3. Print to file/STDOUT
    • Constructor Detail

    • Method Detail

      • parse

        public void parse()
        Parses neural network to graphml object.
      • writeToFile

        public void writeToFile(java.lang.String filePathOut)
        Writes graphml object to specified file.
        Parameters:
        filePathOut -
      • printToStdout

        public void printToStdout()
        Prints graphml object to STDOUT
      • main

        public static void main(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.