distributedCogaps: CoGAPS Distributed Matrix Factorization Algorithm

View source: R/DistributedCogaps.R

distributedCogapsR Documentation

CoGAPS Distributed Matrix Factorization Algorithm

Description

runs CoGAPS over subsets of the data and stitches the results back together

Usage

distributedCogaps(data, allParams, uncertainty)

Arguments

data

File name or R object (see details for supported types)

allParams

list of all parameters used in computation

uncertainty

uncertainty matrix (same supported types as data)

Details

For file types CoGAPS supports csv, tsv, and mtx

Value

list


CoGAPS/CoGAPS documentation built on April 12, 2024, 3:12 a.m.