Commit 4a75227e28bd7deecd7ff8ab18956dc6823d8db0
1 parent
d73734df
Exists in
master
and in
110 other branches
redmine 5272
Showing
2 changed files
with
7 additions
and
6 deletions
Show diff stats
help/dataMiningHOWTO
1 | - | |
2 | - To construct a condition for data mining <b><i>drag</i></b> one of the AMDA parameters | |
3 | - from the parameter tree and <b><i>drop</i></b> onto the panel.<br/> | |
4 | - Use <b>&</b> symbol as logical <b><i>AND</i></b> and <b>|</b> symbol as logical <b><i>OR</i></b>.<br/> | |
5 | - <b><i>Attention !</i></b> Use <b><i>FLOAT</i></b> numbers in math expressions.<br/> | |
6 | 1 | \ No newline at end of file |
2 | +To construct a condition for data mining <i>drag</i> one of the AMDA parameters | |
3 | +from the parameter tree and <i>drop</i> onto the panel. | |
4 | +<li>1. Use <b><i>FLOAT numbers<i></b> in math expressions; | |
5 | +<li>2. <b>Enclose</b> your expression in <b>brackets</b> - <i>(1./2.*imf(0)) > 0</i> | |
6 | +<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) | |
7 | + | ... | ... |
help/myParameterHOWTO
1 | - <li>1. To construct a new parameter <i>drag</i> one of the AMDA parameters from the Parameters tree | |
1 | + To construct a new parameter <i>drag</i> one of the AMDA parameters from the Parameters tree | |
2 | 2 | and <i>drop</i> it onto the Construct Parameter text area. |
3 | 3 | |
4 | 4 | |
5 | 5 | \ No newline at end of file | ... | ... |