Learn R Programming

familiar (version 1.5.0)

get_fs_method_names,familiarCollection-method: 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 familiarCollection
get_fs_method_names(x)

Value

An ordered array of feature selection method name labels.

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.

See Also

  • familiarCollection for information concerning the familiarCollection class.

  • set_fs_method_names for updating the name of feature selection methods and their ordering.