AbstractMethod | R Documentation |
An abstract class for methods which cannot be initialized.
No return. @description The initialize function for the AbstractMethod class: This abstract class cannot be initialized
new()
AbstractMethod$new()
The function will return an error. @description The fit function for the AbstractMethod class: This abstract class cannot be initialized
fit()
AbstractMethod$fit()
The function will return an error.
clone()
The objects of this class are cloneable with this method.
AbstractMethod$clone(deep = FALSE)
deep
Whether to make a deep clone.
Dongjie Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.