Measures

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

License

License

GroupId

GroupId

gr.james
ArtifactId

ArtifactId

measures
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

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

Project URL

https://github.com/gstamatelat/measures
Source Code Management

Source Code Management

https://github.com/gstamatelat/measures

Download measures

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.3
0.2
0.1