Documentation of 'org.encog.neural.pnn.PersistBasicPNN' Java class
PersistBasicPNN
org.encog.neural.pnn

Class PersistBasicPNN

    • Field Detail

      • PROPERTY_outputMode

        public static final java.lang.String PROPERTY_outputMode
        The output mode property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PersistBasicPNN

        public PersistBasicPNN()
    • Method Detail

      • kernelToString

        public static java.lang.String kernelToString(PNNKernelType k)
        Convert a kernel type to a string.
        Parameters:
        k - The kernel type.
        Returns:
        The string.
      • outputModeToString

        public static java.lang.String outputModeToString(PNNOutputMode mode)
        Convert output mode to string.
        Parameters:
        mode - The output mode.
        Returns:
        The string.
      • stringToKernel

        public static PNNKernelType stringToKernel(java.lang.String k)
        Convert a string to a PNN kernel.
        Parameters:
        k - The string.
        Returns:
        The kernel.
      • stringToOutputMode

        public static PNNOutputMode stringToOutputMode(java.lang.String mode)
        Convert a string to a PNN output mode.
        Parameters:
        mode - The string.
        Returns:
        The output ndoe.
      • 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.