Documentation of 'org.encog.neural.networks.NeuralDataMapping' Java class
NeuralDataMapping
org.encog.neural.networks

Class NeuralDataMapping



  • public class NeuralDataMapping
    extends java.lang.Object
    Used to map one neural data object to another. Useful for a BAM network.
    • Constructor Detail

      • NeuralDataMapping

        public NeuralDataMapping()
        Construct the neural data mapping class, with null values.
      • NeuralDataMapping

        public NeuralDataMapping(MLData from,
                                 MLData to)
        Construct the neural data mapping class with the specified values.
        Parameters:
        from - The source data.
        to - The target data.
    • Method Detail

      • copy

        public static void copy(NeuralDataMapping source,
                                NeuralDataMapping target)
        Copy from one object to the other.
        Parameters:
        source - The source object.
        target - The target object.
      • getFrom

        public MLData getFrom()
        Returns:
        The "from" data.
      • getTo

        public MLData getTo()
        Returns:
        The "to" data.
      • setFrom

        public void setFrom(MLData from)
        Set the from data.
        Parameters:
        from - The from data.
      • setTo

        public void setTo(MLData to)
        Set the target data.
        Parameters:
        to - The target data.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.