Learn R Programming

RGF (version 1.1.1)

Internal_class: Internal R6 class for all secondary functions used in RGF and FastRGF

Description

Internal R6 class for all secondary functions used in RGF and FastRGF

Internal R6 class for all secondary functions used in RGF and FastRGF

Arguments

Methods


Method fit()

Usage

Internal_class$fit(x, y, sample_weight = NULL)


Method predict()

Usage

Internal_class$predict(x)


Method predict_proba()

Usage

Internal_class$predict_proba(x)


Method cleanup()

Usage

Internal_class$cleanup()


Method get_params()

Usage

Internal_class$get_params(deep = TRUE)


Method score()

Usage

Internal_class$score(x, y, sample_weight = NULL)


Method feature_importances()

Usage

Internal_class$feature_importances()


Method dump_model()

Usage

Internal_class$dump_model()


Method save_model()

Usage

Internal_class$save_model(filename)


Method clone()

The objects of this class are cloneable with this method.

Usage

Internal_class$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.