|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.nn.ActivationFunctionType
Enumerated type representing flavors of neurons: input, output, hidden. Values returned in
toString()
correspond to values in NEVT
XML data model.
Field Summary | |
static ActivationFunctionType |
CLAMPED_LINEAR
clamped linear |
static ActivationFunctionType |
LINEAR
linear |
static ActivationFunctionType |
SIGMOID
sigmoid |
static ActivationFunctionType |
SIGNED_CLAMPED_LINEAR
signed clamped linear |
static ActivationFunctionType |
TANH
tanh |
static ActivationFunctionType |
TANH_CUBIC
tanh cubic |
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 ActivationFunctionType |
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 ActivationFunctionType LINEAR
public static final ActivationFunctionType SIGMOID
public static final ActivationFunctionType TANH
public static final ActivationFunctionType TANH_CUBIC
public static final ActivationFunctionType CLAMPED_LINEAR
public static final ActivationFunctionType SIGNED_CLAMPED_LINEAR
Method Detail |
public static ActivationFunctionType valueOf(java.lang.String name)
name
- id of type
ActivationFunctionType
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 |