#include <mia/core/slopeclassifier.hh>
Data Fields | |
| float | corr |
| correlation | |
| int | row1 |
| index of first row | |
| int | row2 |
| index of second row | |
Helper structure to store the correlation of two curves
Definition at line 47 of file slopeclassifier.hh.
| float CSlopeClassifier::SCorrelation::corr |
correlation
Definition at line 49 of file slopeclassifier.hh.
| int CSlopeClassifier::SCorrelation::row1 |
index of first row
Definition at line 51 of file slopeclassifier.hh.
| int CSlopeClassifier::SCorrelation::row2 |
index of second row
Definition at line 53 of file slopeclassifier.hh.
1.8.1.2