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

Description Methods

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

Methods

Public 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.


mlampros/RGF documentation built on March 17, 2021, 1:50 p.m.