kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Write the load functions to load the saved trained models from files to R objects #638

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago

This issue is related to the issue: https://github.com/flyqk/UMLx/issues/637

Similar to the saving model functions, we also need to load the saved models from the files.

In the framework, we may need to use the load model like this:

image

This function is one of the framework functions that calls S3 generic function "m_load()"

image

this generic function will be dispatched to specific "m_load" function of the model: image