R/package-ROptSpace.R

#' Matrix Reconstruction from a Few Entries
#'
#' Matrix reconstruction, also known as matrix completion, 
#' is the task of inferring missing entries of a partially observed matrix. 
#' This package provides a method called OptSpace, 
#' which was proposed by Keshavan, R.H., Oh, S., and Montanari, A. (2009) 
#' <doi:10.1109/ISIT.2009.5205567> for a case under low-rank assumption.
#' 
#' @docType package
#' @name ROptSpace
#' @noRd
#' @aliases package-ROptSpace
#' @importFrom utils packageVersion
#' @import stats Rdpack
#' @importFrom Rcpp evalCpp
#' @useDynLib ROptSpace
NULL

Try the ROptSpace package in your browser

Any scripts or data that you put into this service are public.

ROptSpace documentation built on Aug. 16, 2021, 9:06 a.m.