R/missSOM.R

#' missSOM
#' 
#' Self-Organizing Maps with Built-in Missing Data Imputation
#' 
#' @author you <youremail>
#' @description The Self-Organizing Maps with Built-in Missing Data Imputation. Missing values are imputed and regularly updated during the online Kohonen algorithm. Our method can be used for data visualisation, clustering or imputation of missing data. It is an extension of the online algorithm of the kohonen package. 
#' @import Rcpp 
#' @importFrom Rcpp evalCpp sourceCpp
#' @useDynLib missSOM
#' @name missSOM
NULL 

Try the missSOM package in your browser

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

missSOM documentation built on May 5, 2022, 9:06 a.m.