Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

gstamatelat/measures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measures

This repository has been replaced by stats.

A collection of various distance/similarity, set theoretic and statistical measures in Java 8.

Set theoretic measures:

  • Jaccard index
  • Mutual information
  • Overlap coefficient
  • Simple Matching coefficient
  • Sorensen-Dice coefficient

Rank correlation measures:

  • Kendall rank correlation coefficient
  • Spearman's rank correlation coefficient

Quantity correlation measures:

  • Cosine similarity
  • Pearson correlation coefficient

Using

You can add a dependency from your project as follows:

Using Maven

<dependency>
  <groupId>gr.james</groupId>
  <artifactId>measures</artifactId>
  <version>0.3</version>
</dependency>

Using Gradle

implementation 'gr.james:measures:0.3' // Runtime
api            'gr.james:measures:0.3' // Public API

About

A collection of various distance/similarity, set theoretic and statistical measures in Java 8.

Resources

License

Stars

Watchers

Forks

Languages