make_metrics_function.Rd 447 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/metrics.R
  3. \name{make_metrics_function}
  4. \alias{make_metrics_function}
  5. \title{Meta function to make the function which evaluate metrics.}
  6. \usage{
  7. make_metrics_function(metrics)
  8. }
  9. \arguments{
  10. \item{metrics}{metrics function}
  11. }
  12. \value{
  13. A function using for metrics evaluation.
  14. }
  15. \description{
  16. Meta function to make the function which evaluate metrics.
  17. }
  18. \keyword{internal}