Learn R Programming

EnsembleBase (version 1.0.4)

BaseLearner.Config-class: Classes "BaseLearner.Config", "Regression.Config"

Description

Base classes in the configuration class hierarchy.

Arguments

Objects from the Class

"BaseLearner.Config" is a virtual Class: No objects may be created from it. "Regression.Config" is a base class for configuration classes of specific base learners, such as SVM.Regression.Config; therefore, there is typically no need to generate objects from this base class directly.

Extends

Class "Regression.Config" extends class "BaseLearner.Config", directly.

Methods

No methods defined with class "BaseLearner.Config" or "Regression.Config" in the signature.

Author

Alireza S. Mahani, Mansour T.A. Sharabiani

See Also

KNN.Regression.Config, RF.Regression.Config, NNET.Regression.Config, GBM.Regression.Config, SVM.Regression.Config

Examples

Run this code
showClass("BaseLearner.Config")

Run the code above in your browser using DataLab