| summary.nmfkc | R Documentation |
nmfkcProduces a summary of an nmfkc object, including matrix dimensions,
runtime, fit statistics, and diagnostics.
## S3 method for class 'nmfkc'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (currently unused). |
An object of class summary.nmfkc, containing summary statistics.
nmfkc, nmfkc.inference, plot.nmfkc
Y <- matrix(cars$dist, nrow = 1)
A <- rbind(1, cars$speed)
result <- nmfkc(Y, A, rank = 1)
summary(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.