21 lines
543 B
R
21 lines
543 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/predict_dim.R
|
|
\name{predict.dim}
|
|
\alias{predict.dim}
|
|
\alias{predict.dim.cve}
|
|
\title{Predicts SDR dimension using \code{\link[mda]{mars}} via a Cross-Validation.}
|
|
\usage{
|
|
\method{predict.dim}{cve}(object, ...)
|
|
|
|
\method{predict.dim}{cve}(object, ...)
|
|
}
|
|
\arguments{
|
|
\item{object}{instance of class \code{cve} (result of \code{cve},
|
|
\code{cve.call}).}
|
|
|
|
\item{...}{ignored.}
|
|
}
|
|
\description{
|
|
Predicts SDR dimension using \code{\link[mda]{mars}} via a Cross-Validation.
|
|
}
|