Hi Dmitry,
Great library you have put together here.
A question: Do you have any roadmap or schedule for implementing (or not) the Hedge Type modifiers? (http://www.wolfram.com/products/applications/fuzzylogic/examples/hedges.html)
Thanks.
Cheers,
Keith.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I am going to implement them. I do not have any precise schedules... But I am planning to upload a new release by the end of the May and it is very possible that it will contain hedges implementation as well.
Regards,
Dmitry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just uploaded a new version of the library. Hedge modifiers are supported there. Now you can use "slightly", "somewhat", "very" and "extremely" keywords in premise part of rules. For example:
"if (service is very poor ) or (food is extremely rancid) then tips is cheap"
It is also possible to configure the modifiers via object model.
Dmitry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Dmitry,
Great library you have put together here.
A question: Do you have any roadmap or schedule for implementing (or not) the Hedge Type modifiers? (http://www.wolfram.com/products/applications/fuzzylogic/examples/hedges.html)
Thanks.
Cheers,
Keith.
Hi Keith,
Yes, I am going to implement them. I do not have any precise schedules... But I am planning to upload a new release by the end of the May and it is very possible that it will contain hedges implementation as well.
Regards,
Dmitry
Great stuff Dmitry, I look forward to the update!
Hi Dmitry,
Just checking in to see how things are going towards next release? I hope all is going well!
If (developer_time_constraints is high) then
(Hack in the hedge modifiers myself is slightly high)
Too much time writing fuzzy rules, perhaps :-).
Hi Keith.
I've just uploaded a new version of the library. Hedge modifiers are supported there. Now you can use "slightly", "somewhat", "very" and "extremely" keywords in premise part of rules. For example:
"if (service is very poor ) or (food is extremely rancid) then tips is cheap"
It is also possible to configure the modifiers via object model.
Dmitry
Excellent, thanks very much Dmitry! I will try them as soon as I can...