com.yahoo.datasketches:sketches-vector

Sketches with vector-based inputs.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

com.yahoo.datasketches
Идентификатор

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

sketches-vector
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.yahoo.datasketches:sketches-vector
Sketches with vector-based inputs.
Ссылка на сайт

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

https://datasketches.github.io/
Организация-разработчик

Организация-разработчик

Yahoo! Inc.
Система контроля версий

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

https://github.com/DataSketches/sketches-vector.git

Скачать sketches-vector

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-vector/ -->
<dependency>
    <groupId>com.yahoo.datasketches</groupId>
    <artifactId>sketches-vector</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-vector/
implementation 'com.yahoo.datasketches:sketches-vector:0.0.2'
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches-vector/
implementation ("com.yahoo.datasketches:sketches-vector:0.0.2")
'com.yahoo.datasketches:sketches-vector:jar:0.0.2'
<dependency org="com.yahoo.datasketches" name="sketches-vector" rev="0.0.2">
  <artifact name="sketches-vector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.datasketches', module='sketches-vector', version='0.0.2')
)
libraryDependencies += "com.yahoo.datasketches" % "sketches-vector" % "0.0.2"
[com.yahoo.datasketches/sketches-vector "0.0.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.ojalgo : ojalgo jar 44.0.0
com.yahoo.datasketches : memory jar 0.10.2

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.11

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

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

Build Status

=================

DataSketches Java Vector Library (Experimental)

This code is offered "as is" and may not be to the quality of code in, for example, the core datasketches-java repository.

Please visit the main DataSketches website for more information.

If you are interested in making contributions to this site please see our Community page for how to contact us.

Build Instructions

NOTE: This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory must qualify as Java identifiers. In other words, the directory elements must not have any space characters (or non-Java identifier characters) in any of the path elements. This is required by the Oracle Java Specification in order to ensure location-independent access to resources: See Oracle Location-Independent Access to Resources

JDK8 is required to compile

This DataSketches component is pure Java and you must compile using JDK 8.

Recommended Build Tool

This DataSketches component is structured as a Maven project and Maven is the recommended Build Tool.

There are two types of tests: normal unit tests and tests run by the strict profile.

To run normal unit tests:

$ mvn clean test

To run the strict profile tests:

$ mvn clean test -P strict

To install jars built from the downloaded source:

$ mvn clean install -DskipTests=true

This will create the following jars:

  • datasketches-vector-X.Y.Z-incubating.jar The compiled main class files.
  • datasketches-vector-X.Y.Z-incubating-tests.jar The compiled test class files.
  • datasketches-vector-X.Y.Z-incubating-sources.jar The main source files.
  • datasketches-vector-X.Y.Z-incubating-test-sources.jar The test source files
  • datasketches-vector-X.Y.Z-incubating-javadoc.jar The compressed Javadocs.

Dependencies

Run-time

There are two run-time dependencies:

  • org.ojalgo : ojalgo
  • org.apache.datasketches : datasketches-memory

Testing

See the pom.xml file for test dependencies.


Disclaimer: Apache DataSketches is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

com.yahoo.datasketches

DataSketches

NOTE: This library is being moved to ASF: https://datasketches.apache.org

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

Версия
0.0.2
0.0.1