25 lines
564 B
R
25 lines
564 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/predict_dim.R
|
|
\name{predict.dim}
|
|
\alias{predict.dim}
|
|
\title{Predicts SDR dimension using \code{\link[mda]{mars}} via a Cross-Validation.}
|
|
\usage{
|
|
predict.dim(object, ...)
|
|
}
|
|
\arguments{
|
|
\item{object}{instance of class \code{cve} (result of \code{cve},
|
|
\code{cve.call}).}
|
|
|
|
\item{...}{ignored.}
|
|
}
|
|
\value{
|
|
list with
|
|
\itemize{
|
|
\item MSE: Mean Square Error,
|
|
\item k: predicted dimensions.
|
|
}
|
|
}
|
|
\description{
|
|
Predicts SDR dimension using \code{\link[mda]{mars}} via a Cross-Validation.
|
|
}
|