ntnu-ai-lab / mycbr-rest

7 stars 5 forks source link

Similarity value for calculations by numerical attributes are not implemented #17

Open dukefoss opened 5 years ago

dukefoss commented 5 years ago

Description: Both methods in REST API: "getSimilarInstancesByAttribute" and "getSimilarInstancesByAttributeWithContent" have only implemented symbol attribute. Meaning i.e. float and integer attributes results in an error.

Note: For a car example: The methods work for "manufacturer", but does not work for "price" and "ccm".