diff --git a/help/dataMiningHOWTO b/help/dataMiningHOWTO index a31add2..16cec28 100644 --- a/help/dataMiningHOWTO +++ b/help/dataMiningHOWTO @@ -1,5 +1,6 @@ - - To construct a condition for data mining drag one of the AMDA parameters - from the parameter tree and drop onto the panel.
- Use & symbol as logical AND and | symbol as logical OR.
- Attention ! Use FLOAT numbers in math expressions.
\ No newline at end of file +To construct a condition for data mining drag one of the AMDA parameters +from the parameter tree and drop onto the panel. +
  • 1. Use FLOAT numbers in math expressions; +
  • 2. Enclose your expression in brackets - (1./2.*imf(0)) > 0 +
  • 3. Use & as AND and | as OR and enclose every logical block in brackets - (imf(0) > 0) & ((5.*imf(1)) < -5) + diff --git a/help/myParameterHOWTO b/help/myParameterHOWTO index 59082ab..577b73c 100644 --- a/help/myParameterHOWTO +++ b/help/myParameterHOWTO @@ -1,4 +1,4 @@ -
  • 1. To construct a new parameter drag one of the AMDA parameters from the Parameters tree + To construct a new parameter drag one of the AMDA parameters from the Parameters tree and drop it onto the Construct Parameter text area. \ No newline at end of file -- libgit2 0.21.2