You should be able to add fuzzy rules exactly the same as non-fuzzy rules from
Java.
You could use the Defrule class to create the rule from a text string and then
use
addRule method with your Rete (FuzzyRete) instance. You might also use the
batch method of your Rete (FuzzyRete) instance to load the rule(s) from a file.
Bob Orchard
National Research Council Canada Conseil national de recherches Canada
Institute for Information Technology Institut de technologie de l'information
1200 Montreal Road, Building M-50 M50, 1200 chemin Montréal
Ottawa, ON, Canada K1A 0R6 Ottawa (Ontario) Canada K1A 0R6
(613) 993-8557
(613) 952-0215 Fax / télécopieur
[EMAIL PROTECTED]
Government of Canada | Gouvernement du Canada
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Makibar
Kepa
Sent: Wednesday, July 25, 2007 10:38 AM
To: [email protected]
Subject: JESS: Add, remove and update rules dinamically
Hello,
I´d like to add, remove and update rules dinamically in Jess
from Java. We have several sensors from which we get a lot of data, and using
data mining we want to create new rules. We would like to know if there is any
way to introduce these rules in Jess.
Thanks.