Documentation of 'org.neuroph.nnet.comp.layer.FeatureMapLayer' Java class
FeatureMapLayer
org.neuroph.nnet.comp.layer

Class FeatureMapLayer

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<Neuron>


    public class FeatureMapLayer
    extends Layer
    FeatureMapLayer Layer provides 2D layout of the neurons in layer. All the neurons are actually stored in one dimensional array in superclass. This type of layer is used as feature map for convolutional networks
    See Also:
    Serialized Form
    • Constructor Detail

      • FeatureMapLayer

        public FeatureMapLayer(Dimension2D dimensions,
                               NeuronProperties neuronProperties)
        Creates an empty 2D layer with specified dimensions
        Parameters:
        dimensions - layer dimensions (width and weight)
      • FeatureMapLayer

        public FeatureMapLayer(Dimension2D dimensions,
                               Dimension2D kernelDimension)
        Creates an empty 2D layer with specified dimensions and kernel
        Parameters:
        dimensions - layer dimensions (width and weight)
      • FeatureMapLayer

        public FeatureMapLayer(Dimension2D dimensions,
                               NeuronProperties neuronProperties,
                               Dimension2D kernelDimension)
        Creates 2D layer with specified dimensions, filled with neurons with specified properties
        Parameters:
        dimensions - layer dimensions
        neuronProperties - neuron properties
    • Method Detail

      • getWidth

        public int getWidth()
        Returns width of this layer
        Returns:
        width of this layer
      • getHeight

        public int getHeight()
        Returns height of this layer
        Returns:
        height of this layer
      • getDimensions

        public Dimension2D getDimensions()
        Returns dimensions of this layer
        Returns:
        dimensions of this layer
      • getNeuronAt

        public Neuron getNeuronAt(int x,
                                  int y)
        Returns neuron at specified position in this layer
        Parameters:
        x - neuron's x position
        y - neuron's y position
        Returns:
        neuron at specified position in this layer
      • getKernel

        public Kernel getKernel()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.