#include <correlations.h>
◆ Form
| Enumerator |
|---|
| Identity | |
| Sigmoid | |
| Logarithmic | |
| Exponential | |
| Power | |
◆ Method
| Enumerator |
|---|
| Pearson | |
| Spearman | |
◆ Correlation()
| opennn::Correlation::Correlation |
( |
| ) |
|
|
inline |
◆ print()
| void opennn::Correlation::print |
( |
| ) |
const |
◆ set_perfect()
| void opennn::Correlation::set_perfect |
( |
| ) |
|
| float opennn::Correlation::a = NAN |
| float opennn::Correlation::b = NAN |
◆ form
◆ lower_confidence
| float opennn::Correlation::lower_confidence = NAN |
◆ method
| float opennn::Correlation::r = NAN |
◆ upper_confidence
| float opennn::Correlation::upper_confidence = NAN |