Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksokolovic/jfuzzy
Simple, Java based generic fuzzy library.
https://github.com/ksokolovic/jfuzzy
fuzzy fuzzy-logic java
Last synced: 10 days ago
JSON representation
Simple, Java based generic fuzzy library.
- Host: GitHub
- URL: https://github.com/ksokolovic/jfuzzy
- Owner: ksokolovic
- Created: 2015-06-06T23:02:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T23:02:42.000Z (over 9 years ago)
- Last Synced: 2023-03-02T07:33:12.173Z (almost 2 years ago)
- Topics: fuzzy, fuzzy-logic, java
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JFuzzy
* * ***JFuzzy** is a Java-based fuzzy logic library. It provides a simple, generic framework that enables the application of fuzzy logic.
## Documentation
The documentation can be reached at the [wiki page](https://bitbucket.org/sokolovic/jfuzzy/wiki).
# Usage
* * *To be able to use the library, you can clone the source code from the repository:
```sh
$ git clone https://[email protected]/sokolovic/jfuzzy.git
```You can build a library JAR by running the *Ant* as follows (assuming you're on the same directory level where the ```build.xml``` file resides):
```sh
$ ant
```After getting the information on successful build, the target JAR is in the ```/build/jar/``` subdirectory of the root project directory.
# Developers
* * *| Name | E-mail address | Skype ID |
|:----------------|:------------------------------------:|:-------------------:|
| Kemal Sokolović | kemal DOT sokolovic AT gmail DOT com | kemal DOT sokolovic |## Maintainers
| Name | E-mail address | Skype ID |
|:----------------|:------------------------------------:|:-------------------:|
| Kemal Sokolović | kemal DOT sokolovic AT gmail DOT com | kemal DOT sokolovic |## Contributors
In case you discover any bugs or want to contribute to the project in any way, feel free to raise an issue [here](https://bitbucket.org/sokolovic/jfuzzy/issues). You can also join publicly available [HipChat channel](https://www.hipchat.com/gZsqKjkwJ) for a discussion.
| Name | E-mail address | Skype ID |
|:----------------|:------------------------------------:|:-------------------:|
| | | |# Licence
* * *> *Copyright (c) 2014-2015 Kemal Sokolović *
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of
> this software and associated documentation files (the "Software"), to deal in the
> Software without restriction, including without limitation the rights to use,
> copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
> Software, and to permit persons to whom the Software is furnished to do so,
> subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
> DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
> ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
> DEALINGS IN THE SOFTWARE.