Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behrica/cluster-eval
Clojure library containing some Weka based metrices for evaluation metrices of clusters
https://github.com/behrica/cluster-eval
Last synced: 27 days ago
JSON representation
Clojure library containing some Weka based metrices for evaluation metrices of clusters
- Host: GitHub
- URL: https://github.com/behrica/cluster-eval
- Owner: behrica
- License: epl-1.0
- Created: 2021-10-21T08:51:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T19:04:11.000Z (about 3 years ago)
- Last Synced: 2024-11-15T23:35:55.744Z (3 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cluster-eval
Clojure library containing some Weka based metrices for evaluation metrices of clusters
## Usage
FIXME: write usage documentation!
Run the project's tests (they'll fail until you edit them):
$ clojure -T:build test
Run the project's CI pipeline and build a JAR (this will fail until you edit the tests to pass):
$ clojure -T:build ci
This will produce an updated `pom.xml` file with synchronized dependencies inside the `META-INF`
directory inside `target/classes` and the JAR in `target`. You can update the version (and SCM tag)
information in generated `pom.xml` by updating `build.clj`.Install it locally (requires the `ci` task be run first):
$ clojure -T:build install
Deploy it to Clojars -- needs `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` environment
variables (requires the `ci` task be run first):$ clojure -T:build deploy
Your library will be deployed to clojars.org by default.
## License
Copyright © 2021 Carsten Behring