Changeset 15437 for branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs
- Timestamp:
- 10/27/17 18:42:04 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs
r15426 r15437 13 13 // - even if variables are colinear? 14 14 // - even for non-linear transformations 15 15 // 16 // Also see Multi-variate adaptive regression splines (MARS) 17 // Maybe we could use MARS-style basis functions to identify the relevant interaction terms. (tune split points and find optimal interaction term with max spearmans rank) 18 // 16 19 // assuming we interactions of have scaled/shifted variables (x + xo) * (y + yo) with constant xo and yo 17 20 // this leads to: x y + x yo + y xo + yo xo.
Note: See TracChangeset
for help on using the changeset viewer.