Documentation of 'org.neuroph.nnet.comp.Dimension2D' Java class
Dimension2D
org.neuroph.nnet.comp

Class Dimension2D

  • All Implemented Interfaces:
    java.io.Serializable


    public class Dimension2D
    extends java.lang.Object
    implements java.io.Serializable
    Dimensions (width and height) of the Layer2D
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dimension2D(int width, int height)
      Creates new dimensions with specified width and height
    • Constructor Detail

      • Dimension2D

        public Dimension2D(int width,
                           int height)
        Creates new dimensions with specified width and height
        Parameters:
        width - total number of columns
        height - total number of rows
    • Method Detail

      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight(int height)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.