|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.marmoush.jann.utils.TransfereUtils
public abstract class TransfereUtils
The Class TransfereUtils.
Constructor Summary | |
---|---|
TransfereUtils()
|
Method Summary | |
---|---|
static DoubleMatrix |
compet(DoubleMatrix netSum)
Compet. |
static DoubleMatrix |
hardlim(DoubleMatrix netSum,
double theta)
Hardlim. |
static DoubleMatrix |
hardlims(DoubleMatrix netSum,
double theta)
Hardlims. |
static DoubleMatrix |
logsig(DoubleMatrix netSum)
Logsig. |
static DoubleMatrix |
logsigDiff(DoubleMatrix netSum)
Logsig diff. |
static DoubleMatrix |
poslin(DoubleMatrix netSum,
double theta)
Poslin. |
static DoubleMatrix |
purelin(DoubleMatrix netSum)
Purelin. |
static DoubleMatrix |
satlin(DoubleMatrix netSum)
Satlin. |
static DoubleMatrix |
satlins(DoubleMatrix netSum)
Satlins. |
static DoubleMatrix |
tansig(DoubleMatrix netSum)
Tansig. |
static DoubleMatrix |
tansigDiff(DoubleMatrix netSum)
Tansig diff. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransfereUtils()
Method Detail |
---|
public static DoubleMatrix compet(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix hardlim(DoubleMatrix netSum, double theta)
netSum
- the net sumtheta
- the theta
public static DoubleMatrix hardlims(DoubleMatrix netSum, double theta)
netSum
- the net sumtheta
- the theta
public static DoubleMatrix logsig(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix logsigDiff(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix poslin(DoubleMatrix netSum, double theta)
netSum
- the net sumtheta
- the theta
public static DoubleMatrix purelin(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix satlin(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix satlins(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix tansig(DoubleMatrix netSum)
netSum
- the net sum
public static DoubleMatrix tansigDiff(DoubleMatrix netSum)
netSum
- the net sum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |