Home

Awesome

Khiva-Java

License: MPL 2.0

Build Linux and Mac OSBuild WindowsCode Coverage
Build StatusBuild statusCoverage 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

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