Top "Metrics" questions

Software metrics are quantitative data related to software.

Eclipse count lines of code

I've tried the Metrics plugin and although it's nice and all, it's not what my boss is looking for. It …

eclipse metrics line-count
Mythical man month 10 lines per developer day - how close on large projects?

Everybody always says that they can beat the "10 lines per developer per day" from the "Mythical Man Month", and starting …

metrics
Calculate code metrics

Are there any tools available that will calculate code metrics (for example number of code lines, cyclomatic complexity, coupling, cohesion) …

metrics
What is the mAP metric and how is it calculated?

In computer vision and object detection, the common evaluation method is mAP. What is it and how is it calculated?

machine-learning computer-vision detection metrics vision
How to measure software development performance?

I am looking after some ways to measure the performance of a software development team. Is it a good idea …

project-management metrics
A difference between statement and decision coverage

Statement coverage is said to make sure that every statement in the code is executed at least once. Decision/branch …

code-coverage metrics
GUI for statsd data other than Graphite?

I just installed graphite/statsd for production use. I'm really happy with it, but one of my co-workers asked me …

data-visualization metrics graphite
Codahale Metrics: using @Timed metrics annotation in plain Java

I am trying to add metrics to a plain Java application using codahale metrics. I'd like to use the @Timed …

java metrics codahale-metrics
how to implement custom metric in keras?

I get this error : sum() got an unexpected keyword argument 'out' when I run this code: import pandas as pd, …

python neural-network deep-learning keras metrics