Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.68 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.68 KB

Khiva-Java

License: MPL 2.0

Build Linux and Mac OS Build Windows Code Coverage
Build Status Build status Coverage Status

README

This is the Khiva binding for Java, it allows the usage of Khiva library from Java.

License

This project is licensed under MPL-v2.

Quick Summary

This Java package called 'khiva' provides all the functionalities of the Khiva library for time series analytics.

Requirements

  • Arrayfire
  • Khiva library
  • JAVA SDK 1.8
  • Maven

Set up

Just execute the next command in the root directory of the project:

mvn install

Executing the tests:

Execute the next command in the root directory of the project:

 mvn test

Note: The tests are executed automatically when the package is installed.

Documentation

This Java package follows the standard way of writing documentation of Java code using Javadoc.

In order to generate the documentation, execute the next command in the root directory of the project:

mvn javadoc:javadoc

Contributing

The rules to contribute to this project are described here

Powered by Shapelets