mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-23 02:38:32 +00:00
19 lines
447 B
Text
19 lines
447 B
Text
|
|
% 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}
|