Skip to contents

Deprecated. Use nmf with test_fraction instead.

crossValidate has been replaced by passing a vector of ranks and a test_fraction to nmf.

Usage

crossValidate(A, k, ...)

Arguments

A

input data matrix (features x samples)

k

integer vector of ranks to test

...

additional arguments passed to nmf

Value

An nmfCrossValidate data frame

See also