Top "Metrics" questions

Software metrics are quantitative data related to software.

Jensen-Shannon Divergence

I have another question that I was hoping someone could help me with. I'm using the Jensen-Shannon-Divergence to measure the …

python distance metrics
Using @Timed in service method

I'm working with Spring Boot, and I want to annotate some of my @Service methods with @Timed so I could …

java spring spring-boot metrics
SSIM / MS-SSIM for TensorFlow

Is there a SSIM or even MS-SSIM implementation for TensorFlow? SSIM (structural similarity index metric) is a metric to measure …

python tensorflow metrics ssim
How do I make Hudson/Jenkins fail if Sonar thresholds are breached?

I am using maven to build my java app, Jenkins for CI and Sonar for metrics. Currently I have a …

java hudson jenkins metrics sonarqube
Mysql count how many queries per second are executed, is there any way?

i have a busy web server with LAMP installed, and i was wondering, is there any way to count how …

mysql performance lamp metrics
Disable plugins on Eclipse startup

I just installed a plugin for Eclipse, but as a result Eclipse will no longer start. It says "There was …

eclipse plugins startup metrics
Why is my implementations of the log-loss (or cross-entropy) not producing the same results?

I was reading up on log-loss and cross-entropy, and it seems like there are 2 approaches for calculating it, based on …

python machine-learning scikit-learn metrics cross-entropy
Mixpanel anonymous user converts to identified user tracking

I'm adding Mixpanel to my web application and I'm curious about the "process" around what happens when a user transitions …

javascript cookies tracking metrics mixpanel
How to use time field in adding metrics data to the influx db?

I am using the following lines of code to add metrics data in influxDB. def add_job_influx_db_metrics(…

python python-2.7 metrics influxdb grafana
How do I convert between a measure of similarity and a measure of difference (distance)?

Is there a general way to convert between a measure of similarity and a measure of distance? Consider a similarity …

metrics string-comparison levenshtein-distance