aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.validate.params.Rd
blob: ca6ddabd85b6b6b78edd0a7e3c7e538429bc2e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/validate.R
\name{gensvm.validate.params}
\alias{gensvm.validate.params}
\title{[internal] Validate parameters}
\usage{
gensvm.validate.params(p = NULL, kappa = NULL, lambda = NULL,
  epsilon = NULL, gamma = NULL, weights = NULL, kernel = NULL, ...)
}
\value{
TRUE if all values pass their respective conditions, FALSE 
otherwise.
}
\description{
Internal function used to validate the parameters passed to the 
gensvm() function.
}
\keyword{internal}