|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.neat.NeuronType
Enumerated type representing flavors of neurons: input, output, hidden. Values returned in
toString()
correspond to values in NEVT
XML data model.
Field Summary | |
static NeuronType |
HIDDEN
hidden neuron |
static NeuronType |
INPUT
input neuron |
static NeuronType |
OUTPUT
output neuron |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
define this so objects may be used in hash tables |
java.lang.String |
toString()
|
static NeuronType |
valueOf(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final NeuronType INPUT
public static final NeuronType HIDDEN
public static final NeuronType OUTPUT
Method Detail |
public static NeuronType valueOf(java.lang.String name)
name
- id of type
NeuronType
enumerated type corresponding to name
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public java.lang.String toString()
Object.toString()
public int hashCode()
Object.hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |