libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
CRNOutliers.cpp File Reference
#include <CRNAI/CRNOutliers.h>
#include <CRNMath/CRNSquareMatrixDouble.h>
#include <CRNStringUTF8.h>
#include <CRNi18n.h>
#include <numeric>
+ Include dependency graph for CRNOutliers.cpp:

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)
 

Function Documentation

template<typename DISTMAT >
std::vector<double> computeLOF ( const DISTMAT &  distmat,
size_t  ndata,
size_t  k 
)

Definition at line 31 of file CRNOutliers.cpp.

template<typename DISTMAT >
std::vector<double> computeLoOP ( const DISTMAT &  distmat,
size_t  ndata,
size_t  k,
double  lambda 
)

Definition at line 117 of file CRNOutliers.cpp.