|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joone.net.NetChecker
public class NetChecker
Constructor Summary | |
---|---|
NetChecker(NeuralNet netToCheckArg)
Constructor. |
Method Summary | |
---|---|
java.util.TreeSet |
check()
Validation checks for invalid parameter values, misconfiguration, etc. |
boolean |
hasErrors()
Method to determine whether there are validation errors in the net. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetChecker(NeuralNet netToCheckArg)
netToCheckArg
- the NeuralNEt to use.Method Detail |
---|
public java.util.TreeSet check()
public boolean hasErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |