https://github.com/mthh/classif
Library for one-dimensional data classification and simple statistics in Rust
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Keywords
Repository
Library for one-dimensional data classification and simple statistics in Rust
Basic Info
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
classif
Rust library for data classification, especially methods used in cartography, and simple statistics.
Availables classification methods: Jenks Natural Breaks, Equal Invervals, Quantiles, Arithmetic Progression and Head-Tail Breaks.
Statistical functions: mean, median, kurtosis, variance, standard deviation, root mean square, harmonic mean and geometric mean.
Usage
To use classif, first add this to your Cargo.toml:
toml
[dependencies]
classif = "0.0.2"
Then, add this to your crate root:
rust
extern crate classif;
The API documentation of this library can be found at https://docs.rs/classif.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Owner
- Name: Matthieu Viry
- Login: mthh
- Kind: user
- Company: CNRS, @riatelab
- Repositories: 17
- Profile: https://github.com/mthh
GitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| mthh | m****c@a****g | 12 |
| mthh | m****y@c****r | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ebioman (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cargo 3,441 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
crates.io: classif
Library for one-dimensional data classification and basic statistics
- Documentation: https://docs.rs/classif/
- License: MIT/Apache-2.0
-
Latest release: 0.0.2
published over 8 years ago