Documentation of 'org.joone.util.SnapshotRecorder' Java class
SnapshotRecorder
org.joone.util

Class SnapshotRecorder

  • All Implemented Interfaces:
    java.io.Serializable, java.util.EventListener, NeuralNetListener


    public class SnapshotRecorder
    extends SnapshotPlugin
    implements java.io.Serializable
    A SnapshotRecorder serves to create and record snapshots of a neural network in a file as a serie of serialized objects graphs. A new clone of the network is generated for each snapshot and only the core part (between the input-layer and the output-layer) is kept.
    See Also:
    Serialized Form
    • Field Detail

      • JOONE_FORMAT

        public static final java.lang.String JOONE_FORMAT
        The Joone snapshot format (NeuralNet serialized objects graph)
        See Also:
        Constant Field Values
      • VISAD_FORMAT

        public static final java.lang.String VISAD_FORMAT
        The VisAD snapshot format (NeuralNetData serialized objects graph). Not yet implemented
        See Also:
        Constant Field Values
    • Constructor Detail

      • SnapshotRecorder

        public SnapshotRecorder()
    • Method Detail

      • setFilename

        public void setFilename(java.lang.String name)
        Set the name of the file to which snapshots will be written.
        Parameters:
        name - the new snapshots file name.
      • getFilename

        public java.lang.String getFilename()
        Get the name of the file to which snapshots will be written.
        Returns:
        the current snapshots file name.
      • getFormat

        public java.lang.String getFormat()
        Get the format used for snapshots.
        Returns:
        the current snapshots format
      • setFormat

        public void setFormat(java.lang.String format)
        Set the format used for snapshots. Legal values are: 'visad' or 'java'.
        Parameters:
        format - the new snapshots format

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.