File: getSamplingInfo.Rd

package info (click to toggle)
r-cran-caret 7.0-1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,036 kB
  • sloc: ansic: 210; sh: 10; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/misc.R
\name{getSamplingInfo}
\alias{getSamplingInfo}
\title{Get sampling info from a train model}
\usage{
getSamplingInfo(method = NULL, regex = TRUE, ...)
}
\arguments{
\item{method}{Modeling method.}

\item{regex}{Whether to use regex matching.}

\item{...}{additional arguments to passed to grepl.}
}
\value{
A list
}
\description{
Placeholder.
}
\details{
Placeholder.
}