|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.marmoush.jann.utils.PerformanceUtils
public class PerformanceUtils
The Class PerformanceUtils.
Constructor Summary | |
---|---|
PerformanceUtils()
|
Method Summary | |
---|---|
static double |
linRgrCost(DoubleMatrix batchTrainingEx,
DoubleMatrix batchTargets,
DoubleMatrix weight)
|
static double |
linRgrCost(DoubleMatrix batchTrainingEx,
DoubleMatrix batchTargets,
DoubleMatrix weight,
DoubleMatrix bias)
|
static double |
mae(DoubleMatrix error)
Mae. |
static double |
mse(DoubleMatrix error)
Mse. |
static double |
sse(DoubleMatrix error)
Sse. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerformanceUtils()
Method Detail |
---|
public static double linRgrCost(DoubleMatrix batchTrainingEx, DoubleMatrix batchTargets, DoubleMatrix weight)
public static double linRgrCost(DoubleMatrix batchTrainingEx, DoubleMatrix batchTargets, DoubleMatrix weight, DoubleMatrix bias)
public static double mae(DoubleMatrix error)
error
- the error
public static double mse(DoubleMatrix error)
error
- the error
public static double sse(DoubleMatrix error)
error
- the errorQp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |