get_method: Load built-in methods

Description Usage Arguments Value

Description

Load the selected built-in method as a 'method list' to be used with Tuning function or directly by the user using $Func. Use names(get_method()) to have a list of the built-in methods.

Usage

1
get_method(method = NULL, list_format = FALSE)

Arguments

method

the name of the built-in method to be used.

list_format

logical, to return the result as a list

Value

a 'method list'. $name is a character with the name to access the function with the get_method function, $label is the complete name of the function, $Func is the function corresponding to the method: it returns a partition of the samples and some data to use internal metrics to validate the partition.


agapow/subtypr documentation built on May 5, 2019, 1:33 a.m.