org.encog.ml.factory.parse
Class ArchitectureLayer
java.lang.Object
org.encog.ml.factory.parse.ArchitectureLayer
public class ArchitectureLayer
- extends Object
Holds the parse results for one layer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchitectureLayer
public ArchitectureLayer()
getCount
public int getCount()
- Returns:
- the count.
getName
public String getName()
- Returns:
- the name
getParams
public Map<String,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(String theName)
- Parameters:
theName
- the name to set
setUsedDefault
public void setUsedDefault(boolean theUsedDefault)
- Parameters:
theUsedDefault
- the usedDefault to set
Copyright © 2014. All Rights Reserved.