18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/CVE.R
|
||
|
\name{directions.cve}
|
||
|
\alias{directions.cve}
|
||
|
\alias{directions}
|
||
|
\title{Computes projected training data \code{X} for given dimension `k`.}
|
||
|
\usage{
|
||
|
\method{directions}{cve}(dr, k)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{dr}{Instance of 'cve' as returned by \code{cve}.}
|
||
|
|
||
|
\item{k}{SDR dimension to use for projection.}
|
||
|
}
|
||
|
\description{
|
||
|
Computes projected training data \code{X} for given dimension `k`.
|
||
|
}
|