Skip to contents

Function returns the names of all classifiers which are child classes of a specific super class.

Usage

get_TEClassifiers_class_names(super_class = NULL)

Arguments

super_class

string Name of the super class the classifiers should be child of. To request the names of all classifiers set this argument to NULL.

Value

Returns a vector containing the names of the classifiers.