kan-qi / UMLx

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

Integrate the accuracy measures in the existing list of accuracy measures. #643

Open kan-qi opened 4 years ago

kan-qi commented 4 years ago

For the newly developed accuracy measures (based absolute and squared errors), try to integrate into our cross-validation and bootstrapping functions. After the integration, try to test it using the modelBenchmark() function.

for example, for cross-validation, add some new lines, similar to the existing accuracy measures:

image

for example, for bootstrapping, add some new lines, similar to the existing accuracy measures:

image

image