blob: 7deacfd9c94d1a29e90a2e621d1565c662303f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/validate.R
\name{gensvm.validate.param.grid}
\alias{gensvm.validate.param.grid}
\title{[internal] Validate parameter grid}
\usage{
gensvm.validate.param.grid(df)
}
\value{
TRUE if all values pass their respective conditions, FALSE
otherwise.
}
\description{
Internal function to validate all parameters in a parameter
grid.
}
\keyword{internal}
|