Print method for summary.nmfkc.net.inference objects
Source:R/nmfkc.net.R
print.summary.nmfkc.net.inference.RdPrints a formatted summary of a symmetric NMF model with inference results.
The coefficients table uses Basis.row and Basis.col labels
reflecting the symmetric structure \(C_{qr}\).
Arguments
- x
An object of class
"summary.nmfkc.net.inference".- digits
Minimum number of significant digits.
- by
Character; grouping order of the coefficients table. Because the symmetric model sets \(A = X^\top\), the column factor
Basis.colplays the covariate role:"covariate"(default) lists allBasis.rowwithin eachBasis.col(1-1, 2-1, ...), while"basis"lists allBasis.colwithin eachBasis.row(1-1, 1-2, ...).- ...
Additional arguments (currently unused).