An open API service indexing awesome lists of open source software.

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.

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)