Documentation of 'org.encog.neural.networks.training.propagation.TrainingContinuation' Java class
TrainingContinuation
org.encog.neural.networks.training.propagation

Class TrainingContinuation

  • All Implemented Interfaces:
    java.io.Serializable


    public class TrainingContinuation
    extends java.lang.Object
    implements java.io.Serializable
    Allows training to be continued.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object get(java.lang.String name)
      Get an object by name.
      java.util.Map<java.lang.String,java.lang.Object> getContents() 
      java.lang.String getTrainingType() 
      void put(java.lang.String key, double[] list)
      Save a list of doubles.
      void set(java.lang.String name, java.lang.Object value)
      Set a value to a string.
      void setTrainingType(java.lang.String trainingType) 
      • Methods inherited from class java.lang.Object

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

      • TrainingContinuation

        public TrainingContinuation()
    • Method Detail

      • get

        public java.lang.Object get(java.lang.String name)
        Get an object by name.
        Parameters:
        name - The name of the object.
        Returns:
        The object requested.
      • getContents

        public java.util.Map<java.lang.String,java.lang.Object> getContents()
        Returns:
        The contents.
      • put

        public void put(java.lang.String key,
                        double[] list)
        Save a list of doubles.
        Parameters:
        key - The key to save them under.
        list - The list of doubles.
      • set

        public void set(java.lang.String name,
                        java.lang.Object value)
        Set a value to a string.
        Parameters:
        name - The value to set.
        value - The value.
      • getTrainingType

        public java.lang.String getTrainingType()
        Returns:
        the trainingType
      • setTrainingType

        public void setTrainingType(java.lang.String trainingType)
        Parameters:
        trainingType - the trainingType to set

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.