[R] Is there an ID3 implementation in R?

2014-09-02 Thread Tal Galili
Dear R help mailing list, I am looking for an ID3 implementation in R. I know that there are many other decision tree algorithms already implemented (via rpart, tree, caret, C50, etc., etc.), but for research purposes I would like to reproduce the result of running ID3. I was not able to find

Re: [R] Is there an ID3 implementation in R?

2014-09-02 Thread Wensui Liu
Rweka On Sep 2, 2014 11:04 AM, Tal Galili tal.gal...@gmail.com wrote: Dear R help mailing list, I am looking for an ID3 implementation in R. I know that there are many other decision tree algorithms already implemented (via rpart, tree, caret, C50, etc., etc.), but for research purposes I

Re: [R] Is there an ID3 implementation in R?

2014-09-02 Thread Tal Galili
) -- On Tue, Sep 2, 2014 at 6:13 PM, Wensui Liu liuwen...@gmail.com wrote: Rweka On Sep 2, 2014 11:04 AM, Tal Galili tal.gal...@gmail.com wrote: Dear R help mailing list, I am looking for an ID3 implementation in R. I know that there are many other decision tree algorithms

Re: [R] Is there an ID3 implementation in R?

2014-09-02 Thread Christian Schulz
looking for an ID3 implementation in R. I know that there are many other decision tree algorithms already implemented (via rpart, tree, caret, C50, etc., etc.), but for research purposes I would like to reproduce the result of running ID3. I was not able to find such an implementation when

Re: [R] Is there an ID3 implementation in R?

2014-09-02 Thread Ista Zahn
, 2014 11:04 AM, Tal Galili tal.gal...@gmail.com wrote: Dear R help mailing list, I am looking for an ID3 implementation in R. I know that there are many other decision tree algorithms already implemented (via rpart, tree, caret, C50, etc., etc.), but for research purposes I would like

Re: [R] Is there an ID3 implementation in R?

2014-09-02 Thread Tal Galili
list, I am looking for an ID3 implementation in R. I know that there are many other decision tree algorithms already implemented (via rpart, tree, caret, C50, etc., etc.), but for research purposes I would like to reproduce the result of running ID3. I was not able to find