kan-qi / UMLx

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

create a mongodb data base for the currently trained effort estimation models. #640

Open kan-qi opened 4 years ago

kan-qi commented 4 years ago

for the current trained models, create a database for the models. Here are examples of the current models:

image

to create the database, the description files need to be scanned in the folder:

image

The fields need to be saved into mongodb:

image

mongodb can directly save json files. Many example functions are here:

image

kan-qi commented 3 years ago

There is some code that has been developed:

function saveEstimationModel.txt

Also, please check the changes in the commit, there may be some useful code:

image