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