Commit cc557f5f5a6109914edaaa0205e1102ac580ac21
1 parent
d2fcaf7d
Exists in
master
and in
110 other branches
miningHOWTO
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
help/dataMiningHOWTO
1 | 1 | To construct a condition for data mining <i>drag</i> one of the AMDA parameters |
2 | 2 | from the parameter tree and <i>drop</i> onto the panel. |
3 | 3 | <li>1. Use <b><i>FLOAT numbers<i></b> in math expressions |
4 | -<li>2. <b>Enclose</b> your expression in<b>brackets</b> - <i>(1./2.*imf(0)) > 0</i> | |
4 | +<li>2. <b>Enclose</b> your expression in <b>brackets</b> - <i>(1./2.*imf(0)) > 0</i> | |
5 | 5 | <li>3. Use <b>&</b> as <i>AND</i> and <b>|</b> as <i>OR</i> and <b>enclose</b> every logical block in <b>brackets</b> - <i>(imf(0) > 0) & ((5.*imf(1)) < -5) |
6 | 6 | ... | ... |