save_to_disk {aifeducation} | R Documentation |
Saving objects created with 'aifeducation'
Description
Function for saving objects created with 'aifeducation'.
Usage
save_to_disk(object, dir_path, folder_name)
Arguments
object |
Object of class TEClassifierRegular, TEClassifierProtoNet, TEFeatureExtractor, TextEmbeddingModel, LargeDataSetForTextEmbeddings, LargeDataSetForText or EmbeddedText which should be saved. |
dir_path |
|
folder_name |
|
Value
Function does not return a value. It saves the model to disk.
No return value, called for side effects.
See Also
Other Saving and Loading:
load_from_disk()
[Package aifeducation version 1.0.2 Index]