Learn R Programming

aifeducation (version 1.0.2)

load_from_disk: Loading objects created with 'aifeducation'

Description

Function for loading objects created with 'aifeducation'.

Usage

load_from_disk(dir_path)

Value

Returns an object of class TEClassifierRegular, TEClassifierProtoNet, TEFeatureExtractor, TextEmbeddingModel, LargeDataSetForTextEmbeddings, LargeDataSetForText or EmbeddedText.

Arguments

dir_path

string Path to the directory where the model is stored.

See Also

Other Saving and Loading: save_to_disk()