Does RM have a learner that can do local regression (also known as loess)? I'm thinking of something along the lines of the loess() or locfit() functions in R, or PROC LOESS in SAS.
http://en.wikipedia.org/wiki/Local_regressionhttp://www.sas.com/rnd/app/papers/loesssugi.pdfWeka-LWL (locally weighted learning) seem to be similar in concept, but its not clear to me whether they are the same technique or not.
Also, does W-LWL support attribute weights?
Thanks,
Keith