Package me.yixqiao.jlearn.losses
Class MeanSquaredError
- java.lang.Object
-
- me.yixqiao.jlearn.metrics.Metric
-
- me.yixqiao.jlearn.losses.Loss
-
- me.yixqiao.jlearn.losses.MeanSquaredError
-
- All Implemented Interfaces:
java.io.Serializable
public class MeanSquaredError extends Loss
Mean squared error loss.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MeanSquaredError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLoss(java.util.ArrayList<Matrix> out, java.util.ArrayList<Matrix> y)
Get the loss.-
Methods inherited from class me.yixqiao.jlearn.losses.Loss
getFormatString, getLoss, getMetric
-
-