org.encog.ml.factory.parse
Class ArchitectureLayer
- java.lang.Object
-
- org.encog.ml.factory.parse.ArchitectureLayer
-
public class ArchitectureLayer extends java.lang.ObjectHolds the parse results for one layer.
-
-
Constructor Summary
Constructors Constructor and Description ArchitectureLayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetCount()java.lang.StringgetName()java.util.Map<java.lang.String,java.lang.String>getParams()booleanisBias()booleanisUsedDefault()voidsetBias(boolean theBias)voidsetCount(int theCount)voidsetName(java.lang.String theName)voidsetUsedDefault(boolean theUsedDefault)
-
-
-
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