https://github.com/xieyuheng/conceptor
An implementation of formal concept analysis.
https://github.com/xieyuheng/conceptor
fca formal-concept-analysis lattice
Last synced: 8 months ago
JSON representation
An implementation of formal concept analysis.
- Host: GitHub
- URL: https://github.com/xieyuheng/conceptor
- Owner: xieyuheng
- License: gpl-3.0
- Created: 2020-09-17T03:14:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T06:45:08.000Z (11 months ago)
- Last Synced: 2025-10-02T02:22:31.685Z (9 months ago)
- Topics: fca, formal-concept-analysis, lattice
- Language: TypeScript
- Homepage:
- Size: 3.26 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Conceptor
An implementation of [formal concept analysis](https://en.wikipedia.org/wiki/Formal_concept_analysis).
## Development
```sh
npm install # Install dependencies
npm run build # Compile `src/` to `lib/`
npm run test # Run test
```
## References
**Papers**:
- [Restructuring lattice theory: subtitle: An approach based on hierarchies of concepts, Rudolf Wille, 1982](./docs/references/1982-restructuring-lattice-theory--an-approach-based-on-hierarchies-of-concepts.pdf).
## License
[GPLv3](LICENSE)