libcrn
3.9.5
A document image processing library
|
#include <CRNAI/CRNOutliers.h>
#include <CRNMath/CRNSquareMatrixDouble.h>
#include <CRNStringUTF8.h>
#include <CRNi18n.h>
#include <numeric>
Go to the source code of this file.
Functions | |
template<typename DISTMAT > | |
std::vector< double > | computeLOF (const DISTMAT &distmat, size_t ndata, size_t k) |
template<typename DISTMAT > | |
std::vector< double > | computeLoOP (const DISTMAT &distmat, size_t ndata, size_t k, double lambda) |
std::vector<double> computeLOF | ( | const DISTMAT & | distmat, |
size_t | ndata, | ||
size_t | k | ||
) |
Definition at line 31 of file CRNOutliers.cpp.
std::vector<double> computeLoOP | ( | const DISTMAT & | distmat, |
size_t | ndata, | ||
size_t | k, | ||
double | lambda | ||
) |
Definition at line 117 of file CRNOutliers.cpp.