Top "Metrics" questions

Software metrics are quantitative data related to software.

How to interpret code metrics (calculated by SourceMonitor)

After reading the answers to the question "Calculate Code Metrics" I installed the tool SourceMonitor and calculated some metrics. But …

metrics source-monitor
Accessing validation data within a custom callback

I'm fitting a train_generator and by means of a custom callback I want to compute custom metrics on my …

python keras metrics
Macro VS Micro VS Weighted VS Samples F1 Score

In sklearn.metrics.f1_score, the f1 score has a parameter called "average". What does macro, micro, weighted, and samples …

python python-3.x machine-learning scikit-learn metrics
Are there any good tools for static code analysis in typescript?

We have been searching for good tools for measuring the quality of our TypeScript code. Mainly, we are interested in …

dependencies typescript static-analysis metrics code-metrics
Why Does This Maintainability Index Increase?

I would be appreciative if someone could explain to me the difference between the following two pieces of code in …

c# refactoring metrics code-metrics
Do you find cyclomatic complexity a useful measure?

I've been playing around with measuring the cyclomatic complexity of a big code base. Cyclomatic complexity is the number of …

refactoring metrics code-metrics cyclomatic-complexity
Collecting Application Metrics in Java (optionally .Net)

I want to be able to expose various time and count based metrics dynamically from my applications. Perf4j works …

java .net performance monitoring metrics
Eclipse metrics plugin for C++

Does anyone know a good metrics plugin for Eclipse that works with C++ ? I'm looking for lines of code mainly. …

c++ eclipse plugins metrics lines-of-code
SLOC for Java projects

I neeed a free tool to count SLOC on a Java project. I only really need the following metrics: SLOC …

java metrics
How to expose kafka metrics to /actuator/metrics with spring boot 2

I was looking a while and didn't seem to find the answer. I'm using Spring boot 2, Spring Kafka 2.1.4 and I …

spring-boot metrics spring-boot-actuator spring-kafka