Build Linux and Mac OS | Build Windows | Code Coverage |
---|---|---|
This is the Khiva binding for Java, it allows the usage of Khiva library from Java.
This project is licensed under MPL-v2.
This Java package called 'khiva' provides all the functionalities of the Khiva library for time series analytics.
- Arrayfire
- Khiva library
- JAVA SDK 1.8
- Maven
Just execute the next command in the root directory of the project:
mvn install
Execute the next command in the root directory of the project:
mvn test
Note: The tests are executed automatically when the package is installed.
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
The rules to contribute to this project are described here