Skip to content

Tags: lbechberger/ConceptualSpaces

Tags

v1.3.2

Toggle v1.3.2's commit message
changed "minimum" to "infimum" in betweenness

reflects the fact that we actually compute the infimum rather than the
minimum across all alpha-cuts; for backwards-compatibility, also
"minimum" is still accepted

v1.3.1

Toggle v1.3.1's commit message
reimplementation of _intersection_mu_special_case in Concept class

- old code could not take into account intersection of raw cuboids with
different values of mu
- needed to re-implement _intersection_mu_special_case in order to deal
with this
- some changes to _intersect_fuzzy_cuboids (only use crisp intersection
if mu identical, different extrusion, bounding box for result)
- additional test cases, some adapted test cases (due to new corrected
behavior)

v1.3.0

Toggle v1.3.0's commit message
small documentation update

v1.2.0

Toggle v1.2.0's commit message
updated documentation, improved robustness of integral-betweenness

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.0

Toggle v1.0.0's commit message
Updated 2D fruit space image (corrected alpha cuts)