summary.weights_matrix {metasnf}R 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.


[Package metasnf version 2.1.2 Index]