|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPerformance
The Interface IPerformance.
Field Summary | |
---|---|
static IPerformance |
MAE
The Constant MAE. |
static IPerformance |
MSE
The Constant MSE. |
static IPerformance |
SSE
The Constant SSE. |
Method Summary | |
---|---|
double |
measurePerformance(DoubleMatrix error)
Measure performance. |
Methods inherited from interface com.marmoush.jann.utils.functors.IFunctionable |
---|
toString |
Field Detail |
---|
static final IPerformance MAE
static final IPerformance MSE
static final IPerformance SSE
Method Detail |
---|
double measurePerformance(DoubleMatrix error)
error
- the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |