Software metrics are quantitative data related to software.
After reading the answers to the question "Calculate Code Metrics" I installed the tool SourceMonitor and calculated some metrics. But …
metrics source-monitorI'm fitting a train_generator and by means of a custom callback I want to compute custom metrics on my …
python keras metricsIn 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 metricsWe 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-metricsI would be appreciative if someone could explain to me the difference between the following two pieces of code in …
c# refactoring metrics code-metricsI'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-complexityI want to be able to expose various time and count based metrics dynamically from my applications. Perf4j works …
java .net performance monitoring metricsDoes 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-codeI neeed a free tool to count SLOC on a Java project. I only really need the following metrics: SLOC …
java metricsI 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