Learning Curve Plus Plus (LCPP)
paramclass.h File Reference
#include "paramclass_impl.h"
+ Include dependency graph for paramclass.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  algo::classification::LDC< T >
 
class  algo::classification::QDC< T >
 
class  algo::classification::NMC< T >
 

Functions

template<class T = DTYPE>
std::tuple< arma::Mat< T >, arma::uvec > algo::classification::extract_class (const arma::Mat< T > &inputs, const arma::Row< size_t > &labels, const size_t &label_id)
 
template<class T = DTYPE>
arma::Row< T > algo::classification::get_prior (const arma::Row< size_t > &labels, const size_t &num_class)
 

Detailed Description

Author
Ozgur Taylan Turan

Parametric Classifiers

Definition in file paramclass.h.