API Reference - CostFunctions - MeanSquaredError (MSE)

Constructors

new()

Creates a new cost function object.


MeanSquaredError.new(): CostFunctionObject

Returns:

  • CostFunction: The generated cost function object.

Inherited From