16 lines
542 B
R
16 lines
542 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/cve_simple.R
|
|
\name{cve_simple}
|
|
\alias{cve_simple}
|
|
\title{Simple implementation of the CVE method. 'Simple' means that this method is
|
|
a classic GD method unsing no further tricks.}
|
|
\usage{
|
|
cve_simple(X, Y, k, nObs = sqrt(nrow(X)), h = NULL, tau = 1,
|
|
tol = 0.001, slack = 0, epochs = 50L, attempts = 10L)
|
|
}
|
|
\description{
|
|
Simple implementation of the CVE method. 'Simple' means that this method is
|
|
a classic GD method unsing no further tricks.
|
|
}
|
|
\keyword{internal}
|