Returns the association strength between two entities.
double getAssociation(String entity1, String entity2) => _associations[_associationKey(entity1, entity2)] ?? 0.0;