MatrixFeatures {GARS}R Documentation

Accessors for the 'MatrixFeatures' slot of a GarsSelectedFeatures object.

Description

The MatrixFeatures slot contains the reduced dataset

Usage

MatrixFeatures(x)

## S4 method for signature 'GarsSelectedFeatures'
MatrixFeatures(x)

Arguments

x

a GarsSelectedFeatures object

Value

a matrix with the reduced dataset

Author(s)

Mattia Chiesa, Luca Piacentini

Examples

data(GARS_res_GA)
ex_matrix <- MatrixFeatures(GARS_res_GA)

[Package GARS version 1.0.0 Index]