I would like to run rules on the data from a data stream. Each data point is assessed by my rules and a context dependent category (temporal abstraction) is created depending on the data point's value and time stamp. Each point has a time stamp and a value.
I'd like to know the best way to do this. Do I read the stream using Java (in a loop) and call the rete engine to run its rules for each successive point? Or do I read say 100 values into an array, then call rete. Or do I do it straight from Jess, without Java? Any suggestions would be greatly appreciated. -------------------------------------------------------------------- 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] --------------------------------------------------------------------
