Package deepnetts.eval
Class RootMeanSquaredError
java.lang.Object
deepnetts.eval.RootMeanSquaredError
A measure of error for regression tasks.
 Represents average error for all predictions.
- Author:
 - Zoran Sevarac
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RootMeanSquaredError
public RootMeanSquaredError() 
 - 
 - 
Method Details
- 
add
public void add(float[] predicted, float[] target)  - 
getTotal
public float getTotal() 
 -