Displaying 6 results from an estimated 6 matches for "decisiontree".
2013 Dec 16
3
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...tion process.
This framework implements iterative approach in which in every iteration
slightly different code is generated. At the end of compilation process the
best emitted code is chosen.
All points at which relevant decisions are made should be identified.
Access to framework data structure (DecisionTree) should be provided at
these points. Based on the data from DecisionTree, obtained by calling
getDecision member function, at these points decisions are made whether to
execute default actions (as compiler would do without this framework) or to
follow alternative paths.
Let us consider Inliner exa...
2013 Dec 18
4
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...in every
> > iteration
> > slightly different code is generated. At the end of compilation
> > process the
> > best emitted code is chosen.
> >
> > All points at which relevant decisions are made should be identified.
> > Access to framework data structure (DecisionTree) should be provided
> > at
> > these points. Based on the data from DecisionTree, obtained by
> > calling
> > getDecision member function, at these points decisions are made
> > whether to
> > execute default actions (as compiler would do without this framework)...
2013 Dec 17
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...ments iterative approach in which in every
> iteration
> slightly different code is generated. At the end of compilation
> process the
> best emitted code is chosen.
>
> All points at which relevant decisions are made should be identified.
> Access to framework data structure (DecisionTree) should be provided
> at
> these points. Based on the data from DecisionTree, obtained by
> calling
> getDecision member function, at these points decisions are made
> whether to
> execute default actions (as compiler would do without this framework)
> or to
> follow alterna...
2013 Dec 19
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
Hi Radovan,
I am also interested in the iterative compilation in LLVM, and had
implemented a simple iterative compilation driver.
I guess you do not need to embedded the pointer
to ModuleDecisionTreeProxies into the core classes of llvm, i.e. the
PassManager class and the Function class.
Instead, you could:
1. Implement a special pass manager that runs a set of passes iteratively.
Implementing the iterative compilation framework based on pass manage
allows the framework to live outside of clan...
2001 Dec 02
0
decision tree C4.5
Hello,
exist an implementation of DecisionTree Algorithms
C4.5 from Quinlan in R which extract ruleSets for Classification Problems?
I found "only" the packages tree and rpart which use other algorithms !
thanks & regards,
christian
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing...
2002 Sep 05
7
data mining for R
I was wondering if R had a data mining componant and how i could get it. If not do you know anyone who is developing a datamining "plug in" for R
Phillip Goodreid
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"