Skip to content

Commit

Permalink
Files amended
Browse files Browse the repository at this point in the history
  • Loading branch information
GTsiliki committed Jul 29, 2015
1 parent c66f746 commit 2c8c13d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions RRegrs/man/glmnetModel.Rd
Expand Up @@ -12,9 +12,8 @@ A list of parameters needed for glmnet model

\usage{data("glmnetModel")}

\format{A list}

\details{All parameters needed for glmnet function in R caret package and specification for parameter space search, specifically:
\format{A list including all parameters needed for glmnet function in R caret package and specification for parameter space search, specifically:
\describe{
\item{label}{a character string 'glmnet' to specify the model}
\item{library}{a character string 'glmnet' to specify the library used}
\item{type}{a charcater vector c('Regression', 'Classification') for NNreg function to specify the problem studied}
Expand All @@ -30,6 +29,7 @@ A list of parameters needed for glmnet model
\item{tags}{a character vector including all possible models}
\item{sort}{a sort function used for parameters alpha, lambda}
}
}

\examples{
data(glmnetModel)
Expand Down
7 changes: 3 additions & 4 deletions RRegrs/man/model.svmRadialReg.Rd
Expand Up @@ -14,9 +14,8 @@ A list of parameters needed for SVM radial kernel regression model

\usage{data("model.svmRadialReg")}

\format{A list}

\details{All parameters needed for svm regression model in R caret package and specification for parameter space search, specifically:
\format{A list including all parameters needed for svm regression model in R caret package and specification for parameter space search, specifically:
\describe{
\item{label}{a character string specifying the model}
\item{library}{a character string 'kernlab' to specify the library used}
\item{type}{a charcater vector c('Regression') for SVMRFEreg function to specify the problem studied}
Expand All @@ -31,7 +30,7 @@ A list of parameters needed for SVM radial kernel regression model
\item{levels}{a function for S4 VIRTUAL class objects from kernlab R library}
\item{sort}{a sort function used for parameters sigma, C, epsilon}
}

}
\examples{
data(model.svmRadialReg)

Expand Down

0 comments on commit 2c8c13d

Please sign in to comment.