Documentation of 'org.encog.ml.factory.parse.ArchitectureLayer' Java class
ArchitectureLayer
org.encog.ml.factory.parse

Class ArchitectureLayer



  • public class ArchitectureLayer
    extends java.lang.Object
    Holds the parse results for one layer.
    • Constructor Detail

      • ArchitectureLayer

        public ArchitectureLayer()
    • Method Detail

      • getCount

        public int getCount()
        Returns:
        the count.
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getParams

        public java.util.Map<java.lang.String,java.lang.String> getParams()
        Returns:
        the params
      • isBias

        public boolean isBias()
        Returns:
        the bias
      • isUsedDefault

        public boolean isUsedDefault()
        Returns:
        the usedDefault
      • setBias

        public void setBias(boolean theBias)
        Parameters:
        theBias - the bias to set
      • setCount

        public void setCount(int theCount)
        Parameters:
        theCount - the count to set
      • setName

        public void setName(java.lang.String theName)
        Parameters:
        theName - the name to set
      • setUsedDefault

        public void setUsedDefault(boolean theUsedDefault)
        Parameters:
        theUsedDefault - the usedDefault to set

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.