print.summary.nmfae.signed.inference: Print method for summary.nmfae.signed.inference objects

View source: R/nmfae.signed.R

print.summary.nmfae.signed.inferenceR Documentation

Print method for summary.nmfae.signed.inference objects

Description

Prints the Signed-Bottleneck NMF-AE summary followed by the coefficients table of Theta.

Usage

## S3 method for class 'summary.nmfae.signed.inference'
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  by = c("covariate", "basis"),
  ...
)

Arguments

x

An object of class "summary.nmfae.signed.inference".

digits

Minimum number of significant digits.

by

Character; grouping order of the coefficients table. "covariate" (default) lists all bases within each covariate (1-1, 1-2, ...); "basis" lists all covariates within each basis (1-1, 2-1, ...).

...

Additional arguments (currently unused).

Value

Called for its side effect (printing). Returns x invisibly.

Lifecycle

This function is experimental. The interface may change in future versions.

References

Ding, C. H. Q., Li, T., & Jordan, M. I. (2010). Convex and semi-nonnegative matrix factorizations. IEEE Transactions on Pattern Analysis and Machine Intelligence, 32(1), 45–55.

See Also

summary.nmfae.signed.inference


nmfkc documentation built on July 14, 2026, 1:07 a.m.