|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWeight | |
---|---|
com.marmoush.jann | |
com.marmoush.jann.model.regression | |
com.marmoush.jann.utils.functors |
Uses of IWeight in com.marmoush.jann |
---|
Methods in com.marmoush.jann that return IWeight | |
---|---|
IWeight |
Layer.getWeightFnctr()
|
IWeight |
ILayer.getWeightFnctr()
Gets the weight fnctr. |
Methods in com.marmoush.jann with parameters of type IWeight | |
---|---|
void |
Layer.setWeightFnctr(IWeight weightFnctr)
|
void |
ILayer.setWeightFnctr(IWeight weightFnctr)
Sets the weight fnctr. |
Uses of IWeight in com.marmoush.jann.model.regression |
---|
Methods in com.marmoush.jann.model.regression with parameters of type IWeight | |
---|---|
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 IWeight | |
---|---|
FeedForwardSvNet(int inputSize,
IWeight weightFnctr,
ITransfere transFnctr,
IPerformance performanceFnctr,
int... nNeuronsPerLayer)
Instantiates a new feed forward sv net. |
Uses of IWeight in com.marmoush.jann.utils.functors |
---|
Fields in com.marmoush.jann.utils.functors declared as IWeight | |
---|---|
static IWeight |
IWeight.BATCH_DOTPROD
The Constant DOTPROD. |
static IWeight |
IWeight.DOTPROD
The Constant DOTPROD. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |