com.marmoush.jann.utils.functors
Interface IPerformance

All Superinterfaces:
IFunctionable

public interface IPerformance
extends IFunctionable

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

MAE

static final IPerformance MAE
The Constant MAE.


MSE

static final IPerformance MSE
The Constant MSE.


SSE

static final IPerformance SSE
The Constant SSE.

Method Detail

measurePerformance

double measurePerformance(DoubleMatrix error)
Measure performance.

Parameters:
error - the error
Returns:
the double


Copyright © 2011-2012 Marmoush.com. All Rights Reserved.