|
Expression Templates Library (ETL)
|
Standard implementation of the Mean Squared Error reduction. More...

Go to the source code of this file.
Functions | |
| template<typename O , typename L > | |
| value_t< O > | etl::impl::standard::mse_loss (const O &output, const L &labels, value_t< O > scale) |
| Returns the Mean Squared Error Loss. More... | |
| template<typename O , typename L > | |
| value_t< O > | etl::impl::standard::mse_error (const O &output, const L &labels, value_t< O > scale) |
| Returns the Mean Squared Error Error. More... | |
| template<typename O , typename L > | |
| std::pair< value_t< O >, value_t< O > > | etl::impl::standard::mse (const O &output, const L &labels, value_t< O > alpha, value_t< O > beta) |
| Returns the Mean Squared Error Loss and Error. More... | |
Standard implementation of the Mean Squared Error reduction.
| std::pair<value_t<O>, value_t<O> > etl::impl::standard::mse | ( | const O & | output, |
| const L & | labels, | ||
| value_t< O > | alpha, | ||
| value_t< O > | beta | ||
| ) |
Returns the Mean Squared Error Loss and Error.
| output | The outputs |
| labels | The labels |
| value_t<O> etl::impl::standard::mse_error | ( | const O & | output, |
| const L & | labels, | ||
| value_t< O > | scale | ||
| ) |
Returns the Mean Squared Error Error.
| output | The outputs |
| labels | The labels |
| value_t<O> etl::impl::standard::mse_loss | ( | const O & | output, |
| const L & | labels, | ||
| value_t< O > | scale | ||
| ) |
Returns the Mean Squared Error Loss.
| output | The outputs |
| labels | The labels |
1.8.13