get_fs_method_names,familiarCollection-method {familiar}R Documentation

Get current feature selection method name labels

Description

Feature selection methods in familiarCollection objects can have custom names for export and plotting. This function retrieves the currently assigned names.

Usage

## S4 method for signature 'familiarCollection'
get_fs_method_names(x)

Arguments

x

A familiarCollection object.

Details

Labels convert internal naming of feature selection methods to the requested label at export or when plotting. Labels can be changed using the set_fs_method_names method.

Value

An ordered array of feature selection method name labels.

See Also


[Package familiar version 1.4.6 Index]