(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Our new paper on mining indirect association rules from stream data in Intelligent Data Analysis.

Why is it important?

The proposed framework can represent all classical streaming models and retain user flexibility in defining new models. Our algorithm guarantees no false positive rules and bounded support errors as long as the window model is specifiable by the proposed generic model.

Read more on Kudos…
The following have contributed to this page:
Wen-Yang Lin
' ,"url"));