My Project
|
#include <mia/core/slopeclassifier.hh>
Data Fields | |
float | corr |
correlation More... | |
int | row1 |
index of first row More... | |
int | row2 |
index of second row More... | |
Helper structure to store the correlation of two curves
Definition at line 48 of file slopeclassifier.hh.
float CSlopeClassifier::SCorrelation::corr |
correlation
Definition at line 50 of file slopeclassifier.hh.
int CSlopeClassifier::SCorrelation::row1 |
index of first row
Definition at line 52 of file slopeclassifier.hh.
int CSlopeClassifier::SCorrelation::row2 |
index of second row
Definition at line 54 of file slopeclassifier.hh.