Hi, all,

sorry, for bothering you with a FuzzyJess question (there is afaik no 
specific list for this extension):
I have some crisp input, a fuzzy rule and would like to have some 
crisp output. I understand that something like

(defrule if-load-high-then-do-something
   (currentLoad ?t&:(fuzzy-match ?t ?*resource-load* ))
   =>
   (printout t "rule ´high´ fired.")
   (assert (output (new nrc.fuzzy.FuzzyValue ?*redelegation-capacity* 
"very high")))
   )

will do as the fuzzy rule, and I know how to defuzzify the RHS to get 
a crisp value. But how do I get my crisp value into the antecedent?
Maybe I am on the wrong track altogether?
Any help very much appreciated,

Michael
-- 
DFKI Multi-Agent Systems Group
Stuhlsatzenhausweg 3, Geb. 43.8, D-66123 Saarbruecken
http://www.virtosphere.de/schillo   Fon: +49 681 302 4578

[EMAIL PROTECTED] is the moderated forum for DAI research in Germany.
See http://vki.first.gmd.de/group/mailing.shtml

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to