org.encog.ml.factory.parse
public class ArchitectureLayer extends Object
Constructor and Description |
---|
ArchitectureLayer() |
public int getCount()
public String getName()
public boolean isBias()
public boolean isUsedDefault()
public void setBias(boolean theBias)
theBias
- the bias to setpublic void setCount(int theCount)
theCount
- the count to setpublic void setName(String theName)
theName
- the name to setpublic void setUsedDefault(boolean theUsedDefault)
theUsedDefault
- the usedDefault to setCopyright © 2014. All Rights Reserved.