summary.weights_matrix: Summary method for class 'weights_matrix'

View source: R/summary.R

summary.weights_matrixR Documentation

Summary method for class weights_matrix

Description

This summary function provides a summary of the weights_matrix class object, including the minimum, maximum, mean, and standard deviation of the feature weights.

Usage

## S3 method for class 'weights_matrix'
summary(object, ...)

Arguments

object

A weights_matrix class object.

...

Other arguments passed to summary (not used in this function).

Value

A named list containing the summary statistics of the weights matrix, the number of solutions, and the number of features.


metasnf documentation built on June 8, 2025, 12:47 p.m.