Hello, I want to work with the result of JRip, but I don't know how to access it. I produce a rule like below:
> rule = JRip(Cls ~., data=dd) The result is: JRIP rules: =========== (C7 <= 1) => Cls=TRUE (384.0/0.0) => Cls=FALSE (1344.0/0.0) \par Number of Rules : 2 I want to work with the above rule..for instance I need the number of rules, the number of Attribute Tests. But I don't know how to receive it. Do anyone know how we can get it? I would be glad for the reply. Thanks, -- View this message in context: http://n4.nabble.com/How-to-work-with-the-result-of-JRip-tp1746858p1746858.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.