https://github.com/lukehb/137-datastructures
Data structures used for building java applications, particularly data-mining projects.
https://github.com/lukehb/137-datastructures
data-structures file java spatio-temporal trajectory
Last synced: 8 months ago
JSON representation
Data structures used for building java applications, particularly data-mining projects.
- Host: GitHub
- URL: https://github.com/lukehb/137-datastructures
- Owner: lukehb
- License: mit
- Created: 2017-03-04T04:49:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T03:43:04.000Z (over 7 years ago)
- Last Synced: 2025-01-12T14:47:32.147Z (9 months ago)
- Topics: data-structures, file, java, spatio-temporal, trajectory
- Language: Java
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 137-datastructures
A module for [TrajSuite](https://github.com/lukehb/TrajSuite).Data structures used for building java applications, particularly data-mining projects.
Latest binary:
[  ](https://bintray.com/lukehb/137-datastructures/137-datastructures/_latestVersion)To include in your gradle project use:
```groovy
repositories {
maven{url 'https://dl.bintray.com/lukehb/137-datastructures'} //hosted on bintray
}dependencies {
compile 'onethreeseven:datastructures:0.0.3'
}
```