aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.validate.params.Rd
blob: 4776356bd4391700c169dc058664362d13799080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% 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}