Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/27/17 18:42:04 (6 years ago)
Author:
gkronber
Message:

#2796 comments, simplifications, reviewed tests for structure enumeration (not working)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MCTS-SymbReg-2796/HeuristicLab.Algorithms.DataAnalysis/3.4/Heuristics.cs

    r15426 r15437  
    1313  //           - even if variables are colinear?
    1414  //           - 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  //
    1619  // assuming we interactions of have scaled/shifted variables (x + xo) * (y + yo) with constant xo and yo
    1720  // this leads to: x y + x yo + y xo + yo xo.
Note: See TracChangeset for help on using the changeset viewer.