mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-26 22:35:48 +00:00
18 lines
447 B
R
18 lines
447 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/metrics.R
|
|
\name{make_metrics_function}
|
|
\alias{make_metrics_function}
|
|
\title{Meta function to make the function which evaluate metrics.}
|
|
\usage{
|
|
make_metrics_function(metrics)
|
|
}
|
|
\arguments{
|
|
\item{metrics}{metrics function}
|
|
}
|
|
\value{
|
|
A function using for metrics evaluation.
|
|
}
|
|
\description{
|
|
Meta function to make the function which evaluate metrics.
|
|
}
|
|
\keyword{internal}
|