Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

You can’t perform that action at this time.