Documentation of 'org.encog.neural.cpn.PersistCPN' Java class
PersistCPN
org.encog.neural.cpn

Class PersistCPN

  • All Implemented Interfaces:
    EncogPersistor


    public class PersistCPN
    extends java.lang.Object
    implements EncogPersistor
    Persist a CPN network.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PersistCPN() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getFileVersion()
      java.lang.String getPersistClassString()
      java.lang.Object read(java.io.InputStream is)
      Read the object from an input stream.
      void save(java.io.OutputStream os, java.lang.Object obj)
      Save the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PersistCPN

        public PersistCPN()
    • Method Detail

      • getFileVersion

        public int getFileVersion()
        Specified by:
        getFileVersion in interface EncogPersistor
        Returns:
        Get the file version used by this persistor.
      • getPersistClassString

        public java.lang.String getPersistClassString()
        Specified by:
        getPersistClassString in interface EncogPersistor
        Returns:
        Get the class string for the object.
      • read

        public java.lang.Object read(java.io.InputStream is)
        Read the object from an input stream.
        Specified by:
        read in interface EncogPersistor
        Parameters:
        is - The input stream.
        Returns:
        The object.
      • save

        public void save(java.io.OutputStream os,
                         java.lang.Object obj)
        Save the object.
        Specified by:
        save in interface EncogPersistor
        Parameters:
        os - The output stream to save to.
        obj - The object to save.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.