|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransfere | |
---|---|
com.marmoush.jann | |
com.marmoush.jann.model.regression | |
com.marmoush.jann.utils.functors |
Uses of ITransfere in com.marmoush.jann |
---|
Methods in com.marmoush.jann that return ITransfere | |
---|---|
ITransfere |
Layer.getTransfereFnctr()
|
ITransfere |
ILayer.getTransfereFnctr()
Gets the transfere fnctr. |
Methods in com.marmoush.jann with parameters of type ITransfere | |
---|---|
void |
Layer.setTransfereFnctr(ITransfere transfereFnctr)
|
void |
ILayer.setTransfereFnctr(ITransfere transfereFnctr)
Sets the transfere fnctr. |
Uses of ITransfere in com.marmoush.jann.model.regression |
---|
Methods in com.marmoush.jann.model.regression with parameters of type ITransfere | |
---|---|
void |
FeedForwardSvNet.init(int inputSize,
IWeight weightFnctr,
ITransfere transFnctr,
IPerformance perfFnctr,
int... nNeuronsPerLayer)
Inits the. |
Constructors in com.marmoush.jann.model.regression with parameters of type ITransfere | |
---|---|
FeedForwardSvNet(int inputSize,
IWeight weightFnctr,
ITransfere transFnctr,
IPerformance performanceFnctr,
int... nNeuronsPerLayer)
Instantiates a new feed forward sv net. |
Uses of ITransfere in com.marmoush.jann.utils.functors |
---|
Fields in com.marmoush.jann.utils.functors declared as ITransfere | |
---|---|
static ITransfere |
ITransfere.COMPET
The Constant COMPET. |
static ITransfere |
ITransfere.HARDLIM
The Constant HARDLIM. |
static ITransfere |
ITransfere.HARDLIMS
The Constant HARDLIMS. |
static ITransfere |
ITransfere.LOGSIG
The Constant LOGSIG. |
static ITransfere |
ITransfere.LOGSIGDIFF
The Constant LOGSIGDIFF. |
static ITransfere |
ITransfere.POSLIN
The Constant POSLIN. |
static ITransfere |
ITransfere.PURELIN
The Constant PURELIN. |
static ITransfere |
ITransfere.SATLIN
The Constant SATLIN. |
static ITransfere |
ITransfere.SATLINS
The Constant SATLINS. |
static ITransfere |
ITransfere.TANSIG
The Constant TANSIG. |
static ITransfere |
ITransfere.TANSIGDIFF
The Constant TANSIGDIFF. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |