|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.util.Neuroph
public class Neuroph
This singleton holds global settings for the whole framework
Constructor Summary | |
---|---|
Neuroph()
|
Method Summary | |
---|---|
ArrayList<String> |
getInputFunctions()
|
static Neuroph |
getInstance()
|
ArrayList<String> |
getLayers()
|
ArrayList<String> |
getLearningRules()
|
ArrayList<String> |
getNeurons()
|
ArrayList<String> |
getTransferFunctions()
|
void |
setFlattenNetworks(boolean flattenNetworks)
Turn on/off flat networ support from Encog |
boolean |
shouldFlattenNetworks()
Get setting for flatten network (from Encog engine) |
void |
shutdown()
Shuts down the Encog engine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Neuroph()
Method Detail |
---|
public static Neuroph getInstance()
public boolean shouldFlattenNetworks()
public void setFlattenNetworks(boolean flattenNetworks)
flattenNetworks
- the flattenNetworks to setpublic void shutdown()
public ArrayList<String> getInputFunctions()
public ArrayList<String> getTransferFunctions()
public ArrayList<String> getNeurons()
public ArrayList<String> getLayers()
public ArrayList<String> getLearningRules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |