Documentation of 'org.joone.net.NeuralNetAttributes' Java class
NeuralNetAttributes
org.joone.net

Class NeuralNetAttributes

  • All Implemented Interfaces:
    java.io.Serializable


    public class NeuralNetAttributes
    extends java.lang.Object
    implements java.io.Serializable
    This class represents a descriptor of a neural network. It stores some parameters of the neural network useful to manage the training and the validation error of the net without having it loaded in memory. Created for the distributed environment to store the 'state' of the training of a net without the necessity to load in memory all the nets belonging to a generation, it can be extended to store more parameters for any other future use. WARNING: This class must be compatible with the SOAP-Serialization mechanism, hence add ONLY public parameters having: - public getter/setter methods - a basic type, like String, int, ... or a SOAP-Serializable interface
    See Also:
    Serialized Form
    • Constructor Detail

      • NeuralNetAttributes

        public NeuralNetAttributes()
        Creates a new instance of NeuralNetDescriptor
    • Method Detail

      • getTrainingError

        public double getTrainingError()
        Getter for property trainingError.
        Returns:
        Value of property trainingError.
      • setTrainingError

        public void setTrainingError(double trainingError)
        Setter for property trainingError.
        Parameters:
        trainingError - New value of property trainingError.
      • getValidationError

        public double getValidationError()
        Getter for property validationError.
        Returns:
        Value of property validationError.
      • setValidationError

        public void setValidationError(double validationError)
        Setter for property validationError.
        Parameters:
        validationError - New value of property validationError.
      • getNeuralNetName

        public java.lang.String getNeuralNetName()
        Getter for property neuralNetName.
        Returns:
        Value of property neuralNetName.
      • setNeuralNetName

        public void setNeuralNetName(java.lang.String neuralNetName)
        Setter for property neuralNetName.
        Parameters:
        neuralNetName - New value of property neuralNetName.
      • getLastEpoch

        public int getLastEpoch()
      • setLastEpoch

        public void setLastEpoch(int lastEpoch)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.