|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.factory.parse.ArchitectureParse
public final class ArchitectureParse
This class is used to parse a Encog architecture string.
| Method Summary | |
|---|---|
static ArchitectureLayer |
parseLayer(String line,
int defaultValue)
parse a layer. |
static List<String> |
parseLayers(String line)
Parse all layers from a line of text. |
static Map<String,String> |
parseParams(String line)
Parse parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ArchitectureLayer parseLayer(String line,
int defaultValue)
line - The line to parse.defaultValue - The default value.
public static List<String> parseLayers(String line)
line - The line of text.
public static Map<String,String> parseParams(String line)
line - The line to parse.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||