JESS: Jess & machine learning

2005-08-31 Thread Matthew Hutchinson
Hi everyone, After previous discussions I have gone off and read about machine learning. There's a lot to absorb, but my question relates to Jess because I need to know what is the correct ML term for rules creating rules? Also, has anyone on the list had much experience with creating rules from o

JESS: So lame, and so sorry - disregard last post

2005-10-10 Thread Matthew Hutchinson
Hi again, Just worked out my own answer. I just needed to add a defclass line to my clp file, so it knew about the class! (defclass newAddress Address) ;; new line of code (defrule complete-address (newAddress (locality ~nil) (number ~nil) (postCode ~nil) (state ~nil) (streetName ~nil) ) => (prin

JESS: Loading rules from file that relate to javabeans

2005-10-10 Thread Matthew Hutchinson
G'day everyone, I'm looking to create a java object, and monitor this via its javabeans compatibility. Then if the object's properties meet certain criteria, then a rule fires. I have done this with no problems using the Jess command line, but am now interested in doing the equivalent via the Jess

Re: JESS: New to JESS

2005-10-10 Thread Matthew Hutchinson
Hi, having just started using Eclipse myself, I would suggest: - making sure you unzipped all the correct plugins into the correct directory - make sure you create a new *java* project in eclipse, not any other type cheers, Matt On 10/10/05, nikita berdikov <[EMAIL PROTECTED]> wrote: > > Hell

Re: JESS: New to JESS

2005-10-11 Thread Matthew Hutchinson
ing by the final release of Jess 7. > > > > > > I think nikita berdikov wrote: > > [Charset iso-8859-1 unsupported, filtering to > > ASCII...] > > > I have unzipped all plugins in plugin Eclipse > > > directory and yes, i have created a java project. > &g

JESS: Ontologies in JESS

2005-10-26 Thread Matthew Hutchinson
G'day all, Does anyone have any experience or suggestions regarding the representation of an ontology in Jess? I am aware of the Protege/Jess plugin, but I would like to create an ontology that is expressed using *only* Jess rules. Cheers, Matt -- Matthew HutchinsonPh.D. CandidateDepartment of

JESS: Strange Jess / Eclipse crash

2005-11-09 Thread Matthew Hutchinson
G'day everyone, This is more of an Eclipse question, however, I only get this error when trying to open CLP files. Eclipse with Jess has been working fine for weeks, and now suddenly Eclipse completely closes when i double-click a CLP file to edit it in eclipse. I have not changed any classpath st

Re: JESS: Strange Jess / Eclipse crash

2005-11-09 Thread Matthew Hutchinson
Hi, Actually, I have already got the full version from Craig and it works fine. Also, my classpath and eclipse stuff is all set to the full version jar file also. Any other ideas? I'll keep looking... Thanks! Matt On 11/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >

Re: JESS: Strange Jess / Eclipse crash

2005-11-09 Thread Matthew Hutchinson
Dear Ernest, As always, thanks for your patience and ideas - that worked a treat! Cheers, Matt On 11/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I think Matthew Hutchinson wrote: > [Charset iso-8859-1 unsupported, filtering to ASCII...] > > Hi, > > >

JESS: Firing only the first of multiple rules

2005-11-28 Thread Matthew Hutchinson
G'day everyone, I've looked through the Jess book, but couldn't find the answer to this question: if I have several rules that activate when a particular fact is asserted, how do I ensure only the first relevant (i.e. in the order I defined them) rule is fired? Salience seemed like overkill for th

JESS: Which comes first, the chicken or the rule?

2005-12-13 Thread Matthew Hutchinson
Hi everyone,   Just a conceptual question... since starting with Jess, it always seemed to me generally you have the rules established first, then load in facts which in turn trigger these rules. No problems there. But is it "proper" to consider having the facts already in memory and *then* adding

JESS: persistent storage of facts and rules

2006-02-20 Thread Matthew Hutchinson
object is serializable, is this feature used often?     cheers , matt   -- Matthew Hutchinson Ph.D. CandidateDepartment of Spatial SciencesCurtin University of TechnologyGPO Box U1987Perth, Western Australia 6845Visiting Researcher Department of Geography and PlanningUniversity of AkronAkron, Ohio USA