mlrl.common.cython.feature_info module

@author Michael Rapp (michael.rapp.ml@gmail.com)

class mlrl.common.cython.feature_info.EqualFeatureInfo

Bases: FeatureInfo

Provides information about the types of individual features in cases where all features are of the same type, i.e., where all features are either ordinal, nominal or numerical.

classmethod create_nominal() EqualFeatureInfo
classmethod create_numerical() EqualFeatureInfo
classmethod create_ordinal() EqualFeatureInfo
class mlrl.common.cython.feature_info.FeatureInfo

Bases: object

Provides information about the types of individual features.

class mlrl.common.cython.feature_info.MixedFeatureInfo

Bases: FeatureInfo

Provides information about the types of individual features in cases where different types of features, i.e., ordinal, nominal and numerical ones, are available.