Measures

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

Лицензия

Лицензия

Группа

Группа

gr.james
Идентификатор

Идентификатор

measures
Последняя версия

Последняя версия

0.3
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Measures
A collection of various distance/similarity, set theoretic and statistical measures in Java 8
Ссылка на сайт

Ссылка на сайт

https://github.com/gstamatelat/measures
Система контроля версий

Система контроля версий

https://github.com/gstamatelat/measures

Скачать measures

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.3
0.2
0.1