org.encog.neural.pattern
Class PatternConst

java.lang.Object
  extended by org.encog.neural.pattern.PatternConst

public final class PatternConst
extends Object

GUI constants for creating the patterns. Specifically default x and y coordinates.

Author:
jheaton

Field Summary
static int INC_Y
          How much to increase y by as the network grows.
static int INDENT_X
          How much to indent on the x-axis.
static int START_X
          The starting x-coordinate.
static int START_Y
          The starting y-coordinate.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_X

public static final int START_X
The starting x-coordinate.

See Also:
Constant Field Values

START_Y

public static final int START_Y
The starting y-coordinate.

See Also:
Constant Field Values

INDENT_X

public static final int INDENT_X
How much to indent on the x-axis.

See Also:
Constant Field Values

INC_Y

public static final int INC_Y
How much to increase y by as the network grows.

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.