2
0
Fork 0
CVE/CVE_C/man/directions.cve.Rd

18 lines
466 B
R

% 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`.
}